Get your API credentials
You can authenticate using either JWT Bearer tokens or API keys.Option A: JWT AuthenticationResponse:Option B: API KeyAlternatively, you can use an API key from your dashboard settings.
Send an SMS
Use the Response:
/messages endpoint to send your first SMS.Using an API key instead? Replace
Authorization: Bearer YOUR_ACCESS_TOKEN with X-API-Key: YOUR_API_KEY.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