v1

latestOpenAPI 3.0.42026-07-2286621993.2 KB
webhooks

Create webhook

Subscribes your webhook listener to events.

post/v1/notifications/webhooks

Request body

idstring

The ID of the webhook.

urlstring uri required

The URL that is configured to listen on localhost for incoming POST notification messages that contain event information.

Response

A successful request returns the HTTP 201 Created status code and a JSON response body with a webhook object that includes the webhook ID for later use.

idstring

The ID of the webhook.

urlstring uri required

The URL that is configured to listen on localhost for incoming POST notification messages that contain event information.