v1

latestOpenAPI 3.0.02026-07-17506168.4 KB
webhooks

Register webhook

Registers a new webhook with the specified callback URL and event scopes.

post/webhooks

Request body

callbackURLstring uri required

URL that will receive webhook event POST requests.

scopesstring[] required

Event scopes to subscribe to.

Response

Webhook registered.

idinteger required

Unique identifier of the webhook.

callbackURLstring uri required

URL that receives webhook event POST requests.

secretKeystring required

Secret key used for webhook request authentication via HTTP Basic Auth.

scopesstring[] required

Event scopes the webhook is subscribed to.