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
Keep your API key secure. If compromised, regenerate it from the dashboard.