Search for available phone numbers to provision.
cURL
curl --request GET \ --url https://api.cuadra.ai/v1/channels/phone-numbers/search \ --header 'Authorization: Bearer <token>'
{ "items": [ { "phoneNumber": "<string>", "friendlyName": "<string>", "countryCode": "<string>", "numberType": "<string>", "capabilities": [ "<string>" ], "monthlyCostCents": 123, "region": "<string>", "locality": "<string>" } ], "nextCursor": "<string>", "hasMore": false }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
ISO country code (e.g., US, ES, GB)
1 <= x <= 50
Successful Response
Response schema for available phone number list.
Show child attributes
Was this page helpful?