Contacts API
Allows you to add, edit and retrieve contact information via API.
Requests
Get Contact by Custom Field
/v1/contact/by_custom_fieldSample GET Request
Response - Success (HTTP status → 200)
Get Contact by ID
Sample GET Request
Response - Success (HTTP status → 200)
Update Contact by ID
Sample PUT Request
Response - Success (HTTP status → 200)
Limitations
Add Tag by ID
Sample POST Request
Response - Success (HTTP status → 200)
Limitations
Remove Tag by ID
Sample DELETE Request
Response - Success (HTTP status → 200)
Limitations
Create Contact
Sample POST Request
Response - Success (HTTP status → 200)
Error Codes
Unauthorized (HTTP Status → 401)
Too Many Requests (HTTP Status → 429)
Method Not Allowed (HTTP Status → 405)
General (HTTP Status → 403)
Limitations
Last updated