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_KEY

Getting an API key

  1. Go to the API keys section

  2. Click Create API key

  3. 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?