Important: The device parameter must exactly match the Device ID you used when adding the device on the dashboard. Your current device IDs: no devices yet. Using a wrong or non-existent device ID will cause the message to fail.
Gateway — Send Text
GET
POST
/gateway/send
Loading...
- api_key Your API key (required)
- mobile Phone number with country code
- message Text to send
- type 0 = text, 1 = media
- device Device ID — must match exactly as shown on the dashboard
Direct API — Send Text
POST
/api/:deviceId/send-text
Loading...
Gateway — Send Media
POST
/gateway/send
Loading...
Device Management
GET
/api/devices
— List all devices
POST
/api/devices/connect
— Add a device
GET
/api/devices/:id/status
— Device status
DEL
/api/devices/:id
— Remove device