Update webhook subscription

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Webhook subscription ID

Body Params
string

The webhook name

string

The endpoint URL where webhook events will be sent

events
array of strings

The activity types to subscribe to. Accepts any value of the activity-type vocabulary listed on this schema's activityType / activityAction fields, or 'ALL' as a wildcard. Filtering by this field is best-effort: a webhook may receive activity types it did not subscribe to. Filter on activityType in your handler rather than relying on this field.

events
string

Secret that will be used to sign requests with. If not provided, requests sent will be unsigned.

headers
object

Custom headers to include in webhook requests

boolean
Defaults to true

Whether the webhook is active

Responses

400

Invalid webhook data

404

Webhook subscription not found

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