Skip to main content
1

Get your API credentials

You can authenticate using either JWT Bearer tokens or API keys.Option A: JWT Authentication
Response:
Option B: API KeyAlternatively, you can use an API key from your dashboard settings.
2

Send an SMS

Use the /messages endpoint to send your first SMS.
Response:
Using an API key instead? Replace Authorization: Bearer YOUR_ACCESS_TOKEN with X-API-Key: YOUR_API_KEY.
3

Check delivery status

Track your message delivery using the message ID.
Response:
Message statuses follow this lifecycle: pendingqueuedsubmitteddelivered / failed / expired

Next Steps

Send Bulk SMS

Learn how to send messages to multiple recipients

Receive Delivery Reports

Set up webhooks to track message delivery in real-time