Get Single Contact

Retrieves detailed information for a specific contact by UUID.

Get a contact

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
Responses
chevron-right
200

Contact details

application/json
idstring · uuidOptional
first_namestring · nullableOptional
last_namestring · nullableOptional
emailstring · email · nullableOptional
phone_numberstring · nullableOptional
date_of_birthstring · date · nullableOptional
email_consentbooleanOptionalDefault: false
sms_consentbooleanOptionalDefault: false
whatsapp_consentbooleanOptionalDefault: false
created_atstring · date-timeOptional
updated_atstring · date-timeOptional
get
/contacts/{id}

Last updated