cURL
curl --request POST \ --url https://api.sendx.io/api/v1/rest/contact/track \ --header 'Content-Type: application/json' \ --header 'X-Team-ApiKey: <api-key>' \ --data '{ "email": "<any>", "addTags": [ "new", "cool" ], "removeTags": [ "old", "bad" ] }'
{ "status": "200", "message": "OK" }
Track a contact
{ "addTags": ["blogger", "female"] }
{ "addTags": ["paid user"], "removeTags": ["trial user"] }
The created Contact object
The response is of type object.
object
Was this page helpful?