Salesmachine API
Home
Product documentation
Search…
v2.0
Welcome to Salesmachine API
Tracking API
Authentication
Javascript tracking
Contact
Account
Event
Access API
Authentication
Contacts
Accounts
Get an account
Archive an account
Unarchive an account
Delete an account
Link a contact
Unlink a contact
List accounts
Notes
Activities
Tasks
Users
Errors
HTTP Responses
Rate Limiting
Changelog
Powered By
GitBook
Get an account
get
https://data.salesmachine.io
/v2/accounts/:id
account by id
Example
1
curl
-X GET https://data.salesmachine.io/v2/accounts/
{
id
}
\
2
-H
'Accept: application/json'
\
3
-H
'Authorization:Bearer <Your access token>'
Copied!
get
https://data.salesmachine.io
/v2/accounts?uid=:unique_id
account by uid
Example
1
curl -X GET https://data.salesmachine.io/v2/accounts?uid={unique_id} \
2
-H 'Accept: application/json' \
3
-H 'Authorization:Bearer <Your access token>'
Copied!
Access API - Previous
Accounts
Next
Archive an account
Last modified
8mo ago
Copy link
Contents
get
account by id
Example
get
account by uid
Example