List phone numbers for the organization.
cURL
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 }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Successful Response
Response schema for phone number list.
Show child attributes
Was this page helpful?