Skip to main content
GET
/
v1
/
channels
/
phone-numbers
List organization's phone numbers
curl --request GET \
  --url https://api.cuadra.ai/v1/channels/phone-numbers \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "phoneNumber": "<string>",
      "friendlyName": "<string>",
      "numberType": "<string>",
      "countryCode": "<string>",
      "capabilities": [
        "<string>"
      ],
      "status": "<string>",
      "monthlyCostCents": 123,
      "channelId": "<string>",
      "assignedAt": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z",
      "region": "<string>",
      "locality": "<string>"
    }
  ],
  "nextCursor": "<string>",
  "hasMore": false
}

Authorizations

Authorization
string
header
required

JWT token from Stytch B2B authentication (magic link, SSO, or M2M)

Response

200 - application/json

Successful Response

Response schema for phone number list.

items
PhoneNumberOut · object[]
required
nextCursor
string | null
hasMore
boolean
default:false