GuidesRecipesAPI Reference
API Reference

Update webhook configuration

Updates the webhook configuration specified by the path with the request body

Path Params
string
required

The object ID of the webhook confguration to be returned

Body Params

A new webhook configuration

boolean
integer
≥ 1
Defaults to 0

The highest burst rate of requests used by the limiter to determine delivery speed of new topics to the target URL. Must be smaller than or equal to the limiterRate defined above. Must be a positive integer. Default value is 0 which means NO LIMIT

integer
≥ 1
Defaults to 0

The limiter rate used to thorttle topic delivery to the target URL. Must be a positive integer. Default value is 0 which means NO LIMIT

secrets
array of objects

A list of secrets used to create Convictional-Signature headers to verify webhook data integrety. You are able to attach more than one secret to a webhook configuration and both validation tokens will be sent. This is to assit with token renewals so that your webhook can migrate from one token to the other without any downtime.

secrets
string

The full URL to which new webhook events are POSTed

topics
array of strings
length ≥ 1

// List of topics that the URL specified by this configuration should receive

topics
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json