Skip to main content
PATCH
Update webhook configuration

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Body

application/json

Webhook configuration parameters

delivery
object

Webhook delivery configuration

event_aggregation
enum<string>

Delivery mode. per_session (recommended) groups all events of a session into one payload sent after the session ends. per_event pushes each event in near real-time. per_event is not available while identifications are enabled.

Available options:
per_event,
per_session
Example:

"per_session"

Response

Webhook configuration updated successfully

success
boolean
Example:

true

data
object[]
message
string
Example:

"Webhook configuration updated successfully"