API version 2.0
Tracking API

Contact

1min

Contacts can be created or updated via a POST method which accepts a JSON object describing the contact.

Contacts not found via contact_uid will be created, and those that are found will be updated.

POST
Request
Body Parameters
contact_uid
required
String
The contact unique_id you have defined for the contact.
params.email
optional
String
Contact email
params.name
optional
String
Contact fullname
params.account_uid
optional
String
Unique id of a linked account
Curl
Responses
200