cURL
curl --request GET \ --url https://api.buildwithchirp.com/v1/organization/phone-numbers \ --header 'Authorization: Bearer <token>'
{ "phoneNumbers": [ { "phoneNumberId": "ph_2DbBs7GWhGvVNJGrDXr5RG0mBWI", "number": "<string>", "numberType": "local", "location": "<string>", "features": [ "<string>" ], "apps": [ { "appId": "app_2DbBs7GWhGvVNJGrDXr5RG0mBWI", "appName": "<string>", "appSlug": "<string>" } ], "createdAt": "<string>", "updatedAt": "<string>" } ], "totalCount": 123 }
List all phone numbers owned by the organization
Admin API key (format: sk_admin_*) for organization-level operations
Maximum number of phone numbers to return
"20"
Number of phone numbers to skip
"0"
List of phone numbers
Show child attributes