cURL
curl --request GET \ --url https://api.withallo.com/v1/api/numbers \ --header 'Authorization: <api-key>'
{ "data": [ { "number": "+1234567890", "name": "Main Line", "country": "US", "is_shared_number": false }, { "number": "+33612345678", "name": "France Office", "country": "FR", "is_shared_number": true } ] }
Retrieve all Allo phone numbers associated with your account. Returns basic information about each number including country, name, and sharing status.
Scope needed: CONVERSATIONS_READ
CONVERSATIONS_READ
Phone numbers retrieved successfully
Standard response wrapper containing list of phone numbers
Show child attributes
Was this page helpful?