Create a webhook OAuth Scope: webhooks:write
Create a new webhook for a given publication.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
publicationId
The prefixed ID of the publication object
Request
This endpoint expects an object.
url
The webhook URL to send events to.
event_types
The types of events the webhook will receive.
description
A description of the webhook.
Response
Webhook created
data