Search for available phone numbers by area code.
cURL
curl --request GET \ --url https://api.selcor.ai/v1/voice/phone/available \ --header 'Authorization: Bearer <token>'
{ "data": [ { "phoneNumber": "<string>", "friendlyName": "<string>", "locality": "<string>", "region": "<string>", "postalCode": "<string>", "capabilities": { "voice": true, "sms": true, "mms": true } } ], "request_id": "<string>" }
API key in format: sk_live_...
"clxyz123"
200 <= x <= 999
510
1 <= x <= 50
Available phone numbers
Show child attributes
Was this page helpful?