Skip to main content
Once you have the contactId you can then fetch a contact’s full data. The recommended way to do this is:
GET /api/v3/contacts/{contactId}
If you want the fetch the contact’s full profile with the extended data model, you can read about that in detail here.