SMS Gateway ยท Web Tester

API โ€”

Authentication

All requests below are sent with Authorization: Bearer <token> when a token is present.

POST  /sms/single

Telegram โ†’ recipient = chat id ยท WhatsApp โ†’ recipient = phone number. Pick the channel below.

POST  /sms/templated

POST  /sms/tasked

POST  /sms/group

POST  /sms/list (multipart)

GET  /queues/stats

Live depth of queues 1โ€“5 and a status summary.

GET  /sms (list & lookup)

GET  /audit

๐Ÿ“Š Dashboard ยท GET  /dashboard/stats

POST  /sms/templated/list (multipart)

POST  /sms/tasked/template

POST  /sms/tasked/list (multipart)

GET  /settings  ยท  POST/PUT

GET  /whatsapp/webhook  ยท  mimic Meta verification

Meta calls this URL when you click "Verify and save". The server echoes the challenge back only when the verify token matches the stored META_VERIFY_TOKEN. This panel reproduces that exact GET request (no Authorization header, like Meta). The verify token field may be left empty to test the rejection path (401).