Skip to main content

Register a webhook

POST 

/v1/webhooks/register

Register a new webhook endpoint to receive notifications.

Request

Body

required

    url string

    The URL of the webhook endpoint to register.

    events string[]

    The list of events to subscribe to.

Responses

Webhook registered successfully.

Schema

    message string
    apiSecretKey string
Loading...