Edit a webhook subscription

šŸ”‘

Required OAuth scope: webhooks:write.

Edits specific fields of an existing webhook subscription. Fields not included in the request payload remain unchanged.

Path Params
string
required
^[a-fA-F0-9]{24}$

The unique ID of the webhook subscription.

Body Params
string
length ≄ 1

The name of the webhook subscription.

string
enum

The status of the webhook subscription. Options are:

  • active: events are sent to your endpoint.
  • inactive: events are not sent to your endpoint.
Allowed:
string
length ≄ 1

The URL where the events are sent for this webhook subscription.

Headers
string
enum
required

The version of the API.

Allowed:
Responses

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