Sms

Sends a SMS message from a phone number that belongs to the authenticated account.

post/sms

Query parameters

api-versionstring required

Version of API to invoke.

Request body

fromstring required

The sender's phone number in E.164 format that is owned by the authenticated account.

messagestring required

The contents of the message that will be sent to the recipient. The allowable content is defined by RFC 5724.

Response

Accepted

Changes

Changed in 2 of the 5 revisions of this API.13

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

  • adf0e962f5e511See the full diff
    • removed the success response with the status 200

      response-success-status-removed

    • added the success response with the status 202

      response-success-status-added