Get a specific contact by ID.

View as Markdown

Authentication

X-API-Keystring

API Key authentication. Generate your API key in the Gail Portal under General > Integrations > API Keys.

Path parameters

idstringRequiredformat: "uuid"
The unique identifier of the contact.

Response

OK
idstringformat: "uuid"
statusstring or null
firstNamestring or null
lastNamestring or null
emailslist of strings or null
phoneNumberslist of objects or null
businessNamestring or null
sourcestring or null
additionalDatamap from strings to any or null
contactListIdslist of strings or null

Errors

404
Not Found Error