Conversive API Introduction
The Conversive API is a RESTful interface that enables developers to integrate powerful SMS, MMS, and WhatsApp messaging capabilities directly into their applications. It allows you to send one-to-one or bulk messages, check delivery statuses, and manage account credits programmatically. The API uses simple HTTP calls and API key authentication for secure access.
What You Can Do
- Send Messages — Trigger SMS, MMS, and WhatsApp delivery to mobile numbers.
- Bulk Messaging — Submit lists of messages in a single call.
- Check Delivery — Retrieve delivery status using message IDs.
- Get Credit Balance — Fetch remaining SMS, MMS, and WhatsApp credits.
- Secure Access — Authenticate all requests using API keys (passed via JSON body or headers).
Who Should Use This API?
This API is ideal for:
- Developers building messaging features into web, mobile, or backend applications.
- CRM Integrations (e.g., Salesforce, Zoho) that automate customer engagement.
- Marketing & Support Tools needing automated notifications, alerts, and campaigns.
Regional Data Centers
To minimize latency and comply with local data residency requirements, the Conversive API is available across multiple global data centers. You should use the endpoint corresponding to your account region:
- US (United States):
https://api.beconversive.com - EU (Europe):
https://eu-api.beconversive.com - AUS (Australia):
https://aus-api.beconversive.com
You can select your preferred region from the server dropdown in the interactive API reference.
Authentication
Every API request must include your API key for authentication. Some endpoints accept the API key in the request body (JSON), while others may use request headers.
Ready to get started? Check out the endpoints for sending messages, tracking status, and fetching your credit balance in the rest of this documentation.
