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
Link a contact
post
https://data.salesmachine.io
/v2/accounts/:id/contacts
Link an account and a contact
Example
1
curl
-X POST https://data.salesmachine.io/v2/accounts/5d3bae5bcb4a287b44583a55
\
2
-H
'Accept: application/json'
\
3
-H
'Authorization:Bearer <Your access token>'
\
4
-d
'{ "contact_id": "5d3bae5bcb4a287b44583aef" }'
Copied!
Previous
Delete an account
Next
Unlink a contact
Last modified
8mo ago
Copy link
Contents
post
Link an account and a contact
Example