Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Whatsapp Business Account ID

Body

application/json
name
string
timezone
string

IANA timezone identifier

Example:

"America/New_York"

webhook_url
string<url>

URL to send Whatsapp events

webhook_failover_url
string<url>

Failover URL to send Whatsapp events

webhook_enabled
boolean

Enable/disable receiving Whatsapp events

webhook_events
string[]

Whatsapp event to subscribe to

Response

Updated settings

data
object