v10
latestOpenAPI 3.1.02026-08-0375143791.1 KBwebdbs
Create a webhook
Creates a webhook for row and run events. Use the returned secret to verify signatures.
post/webdbs/webhooks
Request body
Example request
{
"tags": [
"production",
"team-alpha"
]
}Response
Webhook created
Example response
{
"id": "wh_123"
}