Get an account
get
https://data.salesmachine.io
/v2/accounts/:id
account by id
curl -X GET https://data.salesmachine.io/v2/accounts/{id} \
-H 'Accept: application/json' \
-H 'Authorization:Bearer <Your access token>'
get
https://data.salesmachine.io
/v2/accounts?uid=:unique_id
account by uid
curl -X GET https://data.salesmachine.io/v2/accounts?uid={unique_id} \
-H 'Accept: application/json' \
-H 'Authorization:Bearer <Your access token>'
Last modified 1yr ago