POST
/
webhooks
curl --request POST \
  --url https://api.godiligent.ai/webhooks \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "webhook_url": "<string>",
  "is_active": true,
  "secret": "<string>"
}'

Authorizations

X-API-KEY
string
header
required

Body

application/json

Response

200

Webhook configuration created or updated.