webhook_endpoints

Create a webhook endpoint (API Key)

post/v1/webhook_endpoints

Request body

urlstring required

Webhook endpoint URL

descriptionstring

Webhook endpoint description

Example request

{
  "url": "https://example.com/webhook",
  "description": "Production webhook"
}

Response

Webhook endpoint created successfully

Changes