Skip to main content
GET
/
sms
/
v1
/
phone-numbers
List phone numbers
curl --request GET \
  --url https://api.voyant.travel/sms/v1/phone-numbers \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "organizationId": "<string>",
      "phoneNumber": "+14155551234",
      "country": "US",
      "isShared": true,
      "capabilities": {
        "mms": true,
        "sms": true,
        "voice": true
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "friendlyName": "<string>",
      "monthlyCostCents": 123,
      "purchasedAt": "2023-11-07T05:31:56Z",
      "releasedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Voyant Cloud API token, passed as Authorization: Bearer <token>. Each token carries a fixed set of scopes; an operation rejects tokens missing its required scope.

Response

200 - application/json

Phone numbers

data
object[]
required