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