API
Use the API to start sending messages
Overview
InboxComponents provides a secure REST API that allows you to manage accounts, clients, and send messages programmatically. Authentication is handled via an API key, which can be generated in your dashboard.
Authentication
To use the API, you must include your API key in the X-API-KEY header with every request:
X-API-KEY: YOUR_API_KEYKeep your API key secure. If compromised, regenerate it from the dashboard.
Getting an API key
Log in at app.inboxcomponents.com
Go to the API keys section
Click Create API key
Copy and store your key securely
Rate limiting
To protect platform stability and keep your channels safe, all API requests are rate-limited.
If you exceed the allowed number of requests, you’ll receive a 429 Too Many Requests response.
Contact support if you need higher limits or join our Slack community.
Last updated
Was this helpful?
