Skip to main content
POST
The Identify API Method is used to attach data to a visitor and manage contact creation or updates.

Example Request:

  • Tags and custom fields that do not exist are created automatically.
  • Existing tags and custom fields are updated with the new data.
  • Properties are additive: no data is removed based on subsequent Identify calls.

Authorizations

X-Team-ApiKey
string
header
required

Team API key for authentication. Find your API key in SendX Settings β†’ Team API Key.

Example:

Body

application/json
email
string<email>
required
firstName
string
lastName
string
company
string
customFields
object
tags
string[]
lists
string[]
newEmail
string<email>

New email when updating existing contact

Response

βœ… Contact identified successfully

status
string
Example:

"200"

message
string
Example:

"OK"