SMS

Send SMS messages to any phone number worldwide with delivery tracking, Unicode text support, custom sender IDs, and international number formatting.

Sends an SMS

Send an SMS using multiple SMS providers. The first successful response will be returned.

GET
/ sms

Parameters

Name Type Description Required
phone string The phone number to send the SMS to Required
message string The message to send Required

Response Schema

{
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Whether the SMS was successfully sent",
      "example": true
    }
  },
  "required": [
    "success"
  ]
}

Authorizations

Authorization
header
required

Authentication token in the format "Bearer <token>"