Get a contact
GET/v1/contacts/{identifier}
Returns a single contact by ULID, email address, or E.164 phone number. Email addresses in the path must be URL-encoded. Blocked contacts can be retrieved by this endpoint.
Path Parameters
identifierstring required
Contact ULID, email address, or E.164 phone number.
Email addresses in paths should be URL-encoded (%40 for @).
Example:ulid: 01kptye62pxs8pp0xkh6d5vxz2email: [email protected]encodedEmail: encoded%40example.comphone: +201288899999
Responses
Body
success_codeenum: 200 | 201•Numeric success code matching the HTTP response status. required
Example:200
messagestring required
Example:OK
detailsobject required
dataobject (GeneralContact)•Contact resource returned by list, show, and update. required
idstring•Contact ULID
avatarstring or null•Public URL to avatar image
full_namestring
emailstring or null
phone_numberstring
company_namestring or null
country_namestring or null
city_namestring or null
biostring or null
sourceenum: api | client | crm | import
typeenum: internal | external
additional_attributesobject
tagsarray[object]
idstring•Tag ULID
namestring
colorstring or null
descriptionstring or null
custom_attributesarray[object]
idstring•Custom attribute ULID
display_namestring
keystring
typestring
valuestring or null
notesarray[object]
idstring•Note ULID
contentstring
created_bystring•Agent UUID
created_atstring (date-time)
updated_atstring (date-time)
is_blockedboolean
created_atstring (date-time)
updated_atstring (date-time)
metaobject