Skip to main content
We try to version the API using dates to maintain a highly backwards compatible API.
28/06/2022
v1.1.8
GET /contacts — Get Contacts
View all contacts and contact fields
POST /contacts — Create Contact
Create a new contact and contact fields
GET /contacts/search — Search Contact
Search for a contact and contact fields
GET /contacts/{contactId} — Get Contact
View a specific contact and contact fields
PUT /contacts/{contactId} — Update Contact
Update a contact and contact fields
GET /contacts/customfields — Get Custom Fields
View custom fields
GET /conversations — Get Conversations
View all conversations
GET /conversations/conversationId — Get Conversation
View a specific conversation
POST /messages — Create Message
Send a new message
GET /messages/messageId — Get Message
View a specific message
POST /webhooks — Create Webhook
Create a new webhook
PUT /webhooks/webhookId — Update Webhook
Update an existing webhook
DELETE /webhooks/webhookId — Delete Webhook
Remove a webhook