Skip to content

API Reference

MethodEndpointDescription
POST/api/v1/sms/sendSend a single SMS
POST/api/v1/sms/bulkSend bulk SMS
GET/api/v1/sms/messagesGet message history
GET/api/v1/sms/providersList available providers
MethodEndpointDescription
POST/api/v1/scheduler/scheduleSchedule a single SMS
DELETE/api/v1/scheduler/cancel/:idCancel a scheduled SMS
GET/api/v1/scheduler/scheduledList scheduled messages
POST/api/v1/scheduler/import-excelUpload Excel for bulk scheduling
GET/api/v1/scheduler/statsGet queue stats
MethodEndpointDescription
GET/api/v1/contactsList contacts
POST/api/v1/contactsCreate contact
PATCH/api/v1/contacts/:idUpdate contact
DELETE/api/v1/contacts/:idDelete contact
GET/api/v1/contacts/groups/allList groups
POST/api/v1/contacts/groupsCreate group
DELETE/api/v1/contacts/groups/:idDelete group
MethodEndpointDescription
GET/api/v1/campaignsList campaigns
POST/api/v1/campaignsCreate campaign
PATCH/api/v1/campaigns/:idUpdate campaign
DELETE/api/v1/campaigns/:id/cancelCancel campaign
GET/api/v1/campaigns/:id/messagesGet campaign messages
MethodEndpointDescription
GET/api/v1/webhooksList webhooks
POST/api/v1/webhooksCreate webhook
DELETE/api/v1/webhooks/:idDelete webhook
MethodEndpointDescription
GET/api/v1/sender-idsList your approved sender IDs
POST/api/v1/sender-idsRequest a new sender ID
PATCH/api/v1/sender-ids/:id/set-defaultSet as default sender ID
DELETE/api/v1/sender-ids/:idDelete a sender ID