Skip to main content
PATCH
Update webhook subscription

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

subscriptionId
string<uuid>
required

Body

application/json
title
string
enabled
boolean
url
string<uri>
events
string[]

Response

200 - application/json

Webhook subscription updated successfully

id
string<uuid>
required
createdDate
string<date-time>
required
enabled
boolean
required
title
string
required
url
string<uri>
required
events
string[]
required
secret
string

Base64-encoded secret key used to generate webhook signatures. Only returned at creation.