Overview
The Team Inbox API allows you to build custom integrations, automate workflows, and extend functionality programmatically. Base URL:https://your-domain.com/api/v1
Quick Start
Authentication
All API requests require an API key:Rate Limits
- 1,000 requests/hour per API key
- 100 requests/minute per IP address
Endpoints
Conversations
List, create, update conversations
Contacts
Manage customer contacts
Messages
Send and retrieve messages
Webhooks
Real-time event notifications
Response Format
All responses use JSON:Error Handling
Errors include status codes and messages:| Status | Meaning |
|---|---|
| 200 | Success |
| 201 | Created |
| 400 | Bad Request |
| 401 | Unauthorized |
| 404 | Not Found |
| 429 | Rate Limit Exceeded |
| 500 | Server Error |
Pagination
List endpoints support pagination:SDKs
Official SDKs coming soon. Community SDKs:- JavaScript/TypeScript
- Python
- PHP
- Ruby
Support
- Documentation: You’re reading it!
- GitHub: Report issues
- Email: api@your-company.com