Skip to main content
POST
/
api
/
webhooks
Create a new webhook
curl --request POST \
  --url https://api.vambe.me/api/webhooks \
  --header 'Content-Type: application/json' \
  --data '
{
  "topic": "<string>",
  "url": "<string>"
}
'

Body

application/json
topic
string
required
url
string<uri>
required
Maximum string length: 255
secret
string | null
Maximum string length: 255
hidden
boolean

Response

201

Webhook created successfully