cURL
curl --request GET \ --url https://api.buildwithchirp.com/v1/organization/whatsapp/phone-numbers \ --header 'Authorization: Bearer <token>'
{ "phoneNumbers": [ { "id": "wapn_2DbBs7GWhGvVNJGrDXr5RG0mBWI", "displayPhoneNumber": "<string>", "metaPhoneNumberId": "<string>", "metaBusinessAccountId": "<string>", "verified": true, "qualityRating": "<string>", "isTestNumber": true, "cloudApiRegistered": true, "businessProfile": { "id": "<string>", "metaWabaId": "<string>", "businessName": "<string>" }, "apps": [ { "appId": "<string>", "appName": "<string>", "appSlug": "<string>" } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "totalCount": 123 }
List all WhatsApp phone numbers in the organization
Admin API key (format: sk_admin_*) for organization-level operations
1 <= x <= 100
x >= 0
true
false
List of WhatsApp phone numbers
Show child attributes