OpenAPI Specification

Leverage Sendexa's OpenAPI schemas to generate SDKs, compile client libraries, or run mock test servers.

Download OpenAPI Spec

Get the raw OpenAPI v3.0 JSON specification schema file for local development workflows.

Download JSON Specification

OpenAPI Schema Preview

JSON
{
"openapi": "3.0.3",
"info": {
"title": "Sendexa REST API",
"version": "2.2.0",
"description": "Developer platform for SMS, Voice, WhatsApp, Verify and Identity gateways."
},
"servers": [
{
"url": "https://api.sendexa.co/v1"
}
],
"paths": {
"/sms/send": {
"post": {
"summary": "Send SMS",
"operationId": "sendSms",
"responses": {
"200": { "description": "SMS sent successfully" }
}
}
}
}
}