Skip to main content
GET
Python
Use this endpoint to look up a contact’s ID, then use Update by ID to modify it — for example, to change the contact’s email address.

Use Cases

  • Look up contact ID: Find a contact’s internal ID to use with other endpoints
  • Check if contact exists: Verify whether an email is already in your contact list
  • Read contact data: Retrieve full contact details including custom fields

Response

Returns the full contact object:
Soft-deleted contacts are not returned — a 404 is returned instead.

Common Errors

Example: Look Up and Update a Contact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

email
string<email>
required

Email address of the contact

Response

Contact found

data
object