v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Webhooks

New Webhook

This requests creates a new Webhook.

Parameter Type Required? Description

endpoint URL Required The webhook URL.

type String Required The type of webhook. Refer to GET webhooks for type values

enabled Int Optional Should the webhook be enabled or disabled. It is enabled(1) by default.

post/v2/webhooks

Request body

endpointstring uri
typestring
enabledinteger

Response

New Webhook

webhookIDinteger