messaging

SMS

0.1 credits per request

Send

POST /v1/sms/Send

Send an SMS.

Request

fromstring

who is the message from? The message will be suffixed with "Sent from <from>"

messagestring

the main body of the message to send

tostring

the destination phone number including the international dialling code (e.g. +44)

Response

infostring

any additional info

statusstring

will return "ok" if successful

Request

Response

{
    "status": "ok"
}