v1

latestOpenAPI 3.0.02026-07-141918.2 KB

Send an SMS

Send an outbound SMS from your Vonage account

post/{format}

Path parameters

format'json' | 'xml' required
Example:json

The format of the response

Response

Success

OR

Example response

{
  "message-count": "1",
  "messages": [
    {
      "account-ref": "customer1234",
      "client-ref": "my-personal-reference",
      "message-id": "0A0000000123ABCD1",
      "message-price": "0.03330000",
      "network": "12345",
      "remaining-balance": "3.14159265",
      "status": "0",
      "to": "447700900000"
    }
  ]
}
All 1 operations