contacts
Get a contact
Retrieve the details of a specific contact by ID, including personal information, address, phone, email, and verification status.
get/contacts/{contactId}
Path parameters
contactIdstring required
Example:ct-a1b2c3d4-e5f6-7890-abcd-ef1234567890
Contact ID (format: ct-<uuid>)
Response
Contact details
Example response
{
"id": "ct-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}