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
String
required
The contact unique_id you have defined for the contact.
params.email
String
optional
Contact email
params.name
String
optional
Contact fullname
params.account_uid
String
optional
Unique id of a linked account
Curl
Responses
200