- Pass the contact UUID to fetch a contact directly by its identifier.
- Pass the workspace identity value to fetch the matching contact by email, phone, or your configured custom identity field.
- Email identity lookups are normalized before matching, so surrounding whitespace and letter casing do not affect the result.
- The resolved contact must belong to the workspace in the path.
Get Contact
Retrieve a single contact from your workspace. The contact path parameter accepts either the contact UUID or the current workspace identity value.
Lookup Behavior
How the `contact` path parameter is resolved
GET
/v1/workspaces/:workspace/contacts/:contactRetrieve a single contact by UUID or identity value
Path parameters
workspacestring Required ID of your workspace
contactstring Required Contact UUID or the current workspace identity value