Skip to main content
POST
/
v1
/
organization
/
whatsapp
/
business-profiles
/
{profileId}
/
sync
cURL
curl --request POST \
  --url https://api.buildwithchirp.com/v1/organization/whatsapp/business-profiles/{profileId}/sync \
  --header 'Authorization: Bearer <token>'
{
  "added": 123,
  "updated": 123,
  "total": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

profileId
string
required

WhatsApp Business Profile ID

Example:

"wabp_2DbBs7GWhGvVNJGrDXr5RG0mBWI"

Response

Phone numbers synced successfully

added
number
required
updated
number
required
total
number
required