Links

Get a Contact

Each contact object has its own URL
get
https://data.salesmachine.io
/v2/contacts/:id
contact by id
curl -X GET https://data.salesmachine.io/v2/contacts/{id} \
-H 'Accept: application/json' \
-H 'Authorization:Bearer <Your access token>'
get
https://data.salesmachine.io
/v2/contacts?uid=:unique_id
contact by unique_id
curl -X GET https://api.salesmachine.io/v2/contacts/{id} \
-H 'Accept: application/json'
-H 'Authorization:Bearer <Your access token>'