Skip to main content
POST
/
v1
/
organization
/
whatsapp
/
phone-numbers
/
{phoneNumberId}
/
cloud-api-register
cURL
curl --request POST \
  --url https://api.buildwithchirp.com/v1/organization/whatsapp/phone-numbers/{phoneNumberId}/cloud-api-register \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Admin API key (format: sk_admin_*) for organization-level operations

Path Parameters

phoneNumberId
string
required

The Chirp WhatsApp phone number ID

Example:

"wapn_abc123"

Response

Phone number registered successfully with Meta Cloud API

success
boolean
required
message
string
required