cURL
curl --request GET \ --url https://9dc2c77e6dbf.ngrok-free.app/v1/organization/apps/{appId}/phone-numbers \ --header 'Authorization: Bearer <token>'
{ "phoneNumbers": [ { "phoneNumberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "appId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "number": "<string>", "numberType": "local", "location": "San Francisco, CA", "features": [ "SMS", "MMS", "Voice" ], "createdAt": "<string>", "updatedAt": "<string>" } ], "totalCount": 123 }
List all phone numbers assigned to an app
Admin API key (format: sk_admin_*) for organization-level operations
"123e4567-e89b-12d3-a456-426614174000"
Maximum number of phone numbers to return
"20"
Number of phone numbers to skip
"0"
List of phone numbers
Show child attributes