v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Whatsapp Business Accounts

Update WABA settings

patch/v2/whatsapp/business_accounts/{id}/settings

Path parameters

idstring required

Whatsapp Business Account ID

Request body

namestring
timezonestring

IANA timezone identifier

webhook_enabledboolean

Enable/disable receiving Whatsapp events

webhook_eventsstring[]
webhook_failover_urlstring url

Failover URL to send Whatsapp events

webhook_urlstring url

URL to send Whatsapp events

Example request

{
  "timezone": "America/New_York"
}

Response

Successful response with Whatsapp business account settings

Example response

{
  "data": {
    "record_type": "whatsapp_business_account_settings",
    "timezone": "America/Chicago"
  }
}