Links

Get a User

get
https://data.salesmachine.io
/v2/users/:id
user by id

Example

curl -X GET https://data.salesmachine.io/v2/users/{id} \
-H 'Accept: application/json' \
-H 'Authorization:Bearer <Your access token>'