webhooks

Create

POST
Creates a new webhook target.

Request

This endpoint expects an object.
url
stringRequired
The URL of the webhook endpoint.
event_types
list of enumsOptional
The event types that the webhook endpoint will receive.
secret
stringOptional
The secret to use when verifying webhook events. If provided, the secret must be between 8 and 32 bytes (inclusive). If not set, a secret will be automatically generated and provided in the response.

Response

This endpoint returns an object
webhook
object