Contacts
Retrieve a contact
Get one contact by its ID.
GET
/v1/contacts/{id}API keyReturns one contact from the project. To find a contact by email, use List contacts with q.
Path parameters
The contact ID, for example ct_01K6C1M3R8T2V9X4Z6B7N5P0QA.
Response
The contact, with the fields described in Create a contact.
Errors
| Status | Code | When |
|---|---|---|
| 404 | contact_not_found | No contact with that ID in this project. |