Skip to main content
GET
/
v1
/
organization
/
playground
/
whatsapp
/
phone-numbers
/
user
cURL
curl --request GET \
  --url https://api.buildwithchirp.com/v1/organization/playground/whatsapp/phone-numbers/user \
  --header 'Authorization: Bearer <token>'
{
  "numbers": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Session-based authentication for organization-level operations

Response

List of used user WhatsApp phone numbers

numbers
string[]
required