cURL
curl --request GET \ --url https://api.withallo.com/v2/api/numbers \ --header 'Authorization: <api-key>'
{ "data": [ { "number": "+14155550100", "name": "Sales US", "country": "US", "type": "NUMBER", "capabilities": [ "VOICE", "SMS", "MMS" ], "users": [ { "id": "usr-abc123", "name": "Adrien", "email": "[email protected]" } ] }, { "number": "+33612345678", "name": "Support FR", "country": "FR", "type": "NUMBER", "capabilities": [ "VOICE" ], "users": [ { "id": "usr-abc123", "name": "Adrien", "email": "[email protected]" }, { "id": "usr-def456", "name": "Marie", "email": "[email protected]" } ] }, { "number": null, "name": "Acme Corp", "country": "FR", "type": "SENDER_ID", "capabilities": [ "SMS" ], "users": [] } ] }
Returns all phone numbers and sender IDs on your team.
Documentation IndexFetch the complete documentation index at: https://help.withallo.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://help.withallo.com/llms.txt
Use this file to discover all available pages before exploring further.
PHONE_NUMBERS_READ
List of phone numbers
Show child attributes
Cette page vous a-t-elle été utile ?