Contacts
Retrieve a contact
Retrieves a Contact object.
get/contacts/{id}
Path parameters
idstring required
The ID of the contact to retrieve.
Example:ctc_01j9dy8mdzfn3r0e8x1tbdrdrf
Response
Contact
Example response
{
"email": "dom@toretto.family",
"first_name": "Dominic",
"id": "ctc_01j9dy8mdzfn3r0e8x1tbdrdrf",
"last_name": "Toretto",
"metadata": {
"car": "1970 Dodge Charger R/T"
},
"phone_number": "+18015551234"
}