API Reference
Build with
our API
RESTful APIs for sending messages, managing conversations, and integrating InboxCentral with your applications.
Terminal
curl -X POST https://api.inboxcentral.ai/v1/messages \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"channel": "whatsapp",
"to": "+1234567890",
"content": {
"type": "text",
"text": "Hello from InboxCentral!"
}
}'Base URL:
https://api.inboxcentral.ai/v1Endpoints
Explore our API endpoints
Messages
POST
/v1/messagesGET
/v1/messages/{id}GET
/v1/messagesConversations
GET
/v1/conversationsGET
/v1/conversations/{id}PATCH
/v1/conversations/{id}POST
/v1/conversations/{id}/assignContacts
GET
/v1/contactsPOST
/v1/contactsPATCH
/v1/contacts/{id}Webhooks
GET
/v1/webhooksPOST
/v1/webhooksDELETE
/v1/webhooks/{id}Official SDKs
Get started quickly with our official libraries
🟢
Node.js
🐍
Python
🐘
PHP
💎
Ruby
🐹
Go