Skip to main content
POST
/
v1
/
organization
/
whatsapp
/
templates
/
sync
cURL
curl --request POST \
  --url https://api.buildwithchirp.com/v1/organization/whatsapp/templates/sync \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "whatsappBusinessProfileId": "wabp_abc123"
}
'
{
  "added": 123,
  "updated": 123,
  "removed": 123,
  "total": 123
}

Authorizations

Authorization
string
header
required

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

Body

application/json
whatsappBusinessProfileId
string
required

The ID of the WhatsApp Business Profile to sync templates for

Example:

"wabp_abc123"

Response

Sync results

added
number
required
updated
number
required
removed
number
required
total
number
required