FlaresendDocs
Contacts

Retrieve a contact

Get one contact by its ID.

GET/v1/contacts/{id}API key

Returns one contact from the project. To find a contact by email, use List contacts with q.

Path parameters

idstringpathrequired

The contact ID, for example ct_01K6C1M3R8T2V9X4Z6B7N5P0QA.

Response

The contact, with the fields described in Create a contact.

Errors

StatusCodeWhen
404contact_not_foundNo contact with that ID in this project.