curl -X POST https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1/search-phone-numbers \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "area_code": "604", "country": "CA", "limit": 5 }'
{ "numbers": [ { "phone_number": "+16045551234", "friendly_name": "(604) 555-1234", "locality": "Vancouver", "region": "BC", "capabilities": { "voice": true, "sms": true, "mms": true }, "monthly_cost": 2.00 }, { "phone_number": "+16045555678", "friendly_name": "(604) 555-5678", "locality": "Vancouver", "region": "BC", "capabilities": { "voice": true, "sms": true, "mms": true }, "monthly_cost": 2.00 } ] }
Search for available phone numbers to provision
604
555
CAFE
US
CA
local
toll_free
voice
sms
mms