Get contact data
Once you have the contactId, you can fetch a contact's full data. The recommended way to do this is:
GET /api/v2/contacts/{contactId}
If you want the full profile with the extended data model, you can read about in detail here.
Once you have the contactId, you can fetch a contact's full data. The recommended way to do this is:
GET /api/v2/contacts/{contactId}
If you want the full profile with the extended data model, you can read about in detail here.