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/v1

Endpoints

Explore our API endpoints

Messages

POST/v1/messages
GET/v1/messages/{id}
GET/v1/messages

Conversations

GET/v1/conversations
GET/v1/conversations/{id}
PATCH/v1/conversations/{id}
POST/v1/conversations/{id}/assign

Contacts

GET/v1/contacts
POST/v1/contacts
PATCH/v1/contacts/{id}

Webhooks

GET/v1/webhooks
POST/v1/webhooks
DELETE/v1/webhooks/{id}

Official SDKs

Get started quickly with our official libraries

🟢
Node.js
🐍
Python
🐘
PHP
💎
Ruby
🐹
Go

Ready to integrate?

Get your API keys and start building today.