We try to version the API using dates to maintain a highly backwards compatible API.
GET /contacts — Get ContactsView all contacts and contact fields
POST /contacts — Create ContactCreate a new contact and contact fields
GET /contacts/search — Search ContactSearch for a contact and contact fields
GET /contacts/{contactId} — Get ContactView a specific contact and contact fields
PUT /contacts/{contactId} — Update ContactUpdate a contact and contact fields
GET /contacts/customfields — Get Custom FieldsView custom fields
GET /conversations — Get ConversationsView all conversations
GET /conversations/conversationId — Get ConversationView a specific conversation
POST /messages — Create MessageSend a new message
GET /messages/messageId — Get MessageView a specific message
POST /webhooks — Create WebhookCreate a new webhook
PUT /webhooks/webhookId — Update WebhookUpdate an existing webhook
DELETE /webhooks/webhookId — Delete WebhookRemove a webhook

