Get Single Contact
Retrieves detailed information for a specific contact by UUID.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
Responses
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:
falsesms_consentbooleanOptionalDefault:
falsewhatsapp_consentbooleanOptionalDefault:
falsecreated_atstring · date-timeOptional
updated_atstring · date-timeOptional
404
Contact not found
get
/contacts/{id}Last updated