webhook_endpoints
Create a webhook endpoint (API Key)
post/v1/webhook_endpoints
Request body
Example request
{
"url": "https://example.com/webhook",
"description": "Production webhook"
}Response
Webhook endpoint created successfully
{
"url": "https://example.com/webhook",
"description": "Production webhook"
}Webhook endpoint created successfully