Subscribe to an event webhook
POST/webhook.subscribe
Create or update a webhook subscription for a given event. If a subscription already exists for the same event and URL, its filter is updated instead of creating a duplicate.
Required scope: webhook:write
OpenAPI Spec: webhooks.json
Request
Responses
- 200
- 400
- 401
- 500
Subscription created or updated.
Bad request.
Presented invalid authentication credentials.
An internal error occurred.