Conexteo API - Developer documentation#
Welcome to the official documentation of the Conexteo API, the French SMS and RCS
messaging platform for businesses.Base URL#
All API endpoints are served from:Quick start#
2.
Retrieve your API key from My Account / API / Webhook
3.
Authenticate your calls with the following header: 4.
Send your first message via the Messages / SMS or Messages / RCS section
in the left sidebar.
Capabilities#
| Capability | Details |
|---|
| Marketing and transactional SMS | Single-recipient, contact-list, file-based, or scheduled sends |
| RCS (Rich Communication Services) | Rich messages with cards, carousels, interactive buttons, and automatic SMS fallback |
| Contact management | Contact lists and dynamic contacts with up to 10 custom fields |
| Stop management | Opt-outs and GDPR compliance |
| Sub-accounts | Multi-user administration with credit management |
Authentication#
The Conexteo API uses API-key authentication. Add the X-API-Key header to every
request.For advanced operations (sub-account management), a JWT token is required. See the
auth section in the sidebar.Send deduplication#
To prevent duplicate sends, supply the external_id field (a client-side unique
identifier) in your message creation payloads.If a message has already been submitted with the same external_id for your account,
the API responds with HTTP 409 Conflict:{
"status": 409,
"error": "External ID already processed"
}
Your integration must treat this status as confirmation that the send was already
processed, and must not retry the request.Support#
Modified at 2026-04-24 10:28:49