Webhooks
Create webhook
Creates a new webhook
Required permissions:
- developer:manage_webhook
post/webhooks
Request body
Example request
{
"url": "https://example.com/path"
}Response
A successful response
Example response
{
"created_at": "2023-12-01T05:00:00.401Z",
"id": "hook_xxxxxxxxxxxxx",
"url": "https://example.com/path",
"webhook_secret": "whsec_abc123def456"
}