Developer docs
My SMS Gateway API
The frontend documentation shell is ready. Connect these pages to the real API once Supabase and the Android gateway service are implemented.
Authentication
Send your API key from a server-side integration. Never expose secret keys in public browser code.
Send SMS
POST /v1/sms/send
{
"device_id": "dev_123",
"to": "+974XXXXXXXX",
"message": "Hello"
}OTP
Planned endpoints: POST /v1/otp/send and POST /v1/otp/verify.
Webhooks
Subscribe to delivery, failure, device and OTP events.