latestOpenAPI 3.0.32026-08-22149327338.9 KB
d4db007b26b2
contacts
Get a contact by its ID or external ID
Returns a single contact by ID or external ID.
Rate limit: 60 requests per minute
get/contacts/{id}
Path parameters
idstring required
The ID or external ID of the contact.
Response
Example response
{
"data": {
"custom_fields": {
"role": {
"value": "admin"
}
}
}
}