v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBWebhooks
Create a Webhook
Create a Webhook in a provided Project
post/projects/{project_id}/webhooks
Path parameters
project_idinteger required
The project identifier
Request body
Example request
{
"description": "Webhook description"
}Response
Return the created Webhook
Example response
{
"description": "Webhook description"
}