Developer documentation

Build with Sendexa

One platform for communication, verification, and identity. Every product shares a single base URL and Basic auth token — learn once, ship everywhere.

  • HTTPS + JSON
  • Signed webhooks
  • SDKs for major languages

18

Products

in the catalog

6

Stable APIs

production ready

3

Preview

docs scaffolded

1 token

Auth

all products

Communication APIs

Reach customers everywhere

Reach customers on every channel — SMS, rich messaging, voice, video, and in-app.

Verification & Identity

Trust and authentication

Authenticate users, verify identity, look up numbers, and block fraud.

Platform

Shared infrastructure

Shared infrastructure — webhooks, SMPP connectivity, billing, and developer tools.

Your first API call

Same pattern for every product — copy your dashboard token and POST.

Bash
curl -X POST 'https://api.sendexa.co/v1/sms/send' \
-H 'Content-Type: application/json' \
-H 'Authorization: Basic YOUR_DASHBOARD_BASE64_TOKEN' \
-d '{
"to": "0244123456",
"from": "MyBrand",
"message": "Hello from Sendexa!"
}'

Essentials