API Integration
Send messages programmatically with our REST API and receive real-time webhooks.
API Endpoints
Send messages via REST API:
POST /api/v1/sends/single
Content-Type: application/json
{"to": "+40712345678", "channel": "sms", "body": "Your OTP: 123456"}Webhooks
Receive real-time delivery status updates:
- Message sent notification
- Delivery confirmation (DLR)
- Bounce / failure alerts
- Inbound message notifications
Authentication
Authenticate API requests with your API key:
Authorization: Bearer YOUR_API_KEY
Full API Documentation
Visit our API Portal for complete endpoint documentation, rate limits, and code examples.