Sign in

Update webhook

documented

Update a webhook.

PUT /v1/webhooks/{webhook_id}Systemno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.skilljar.com/v1/webhooks/{{$webhook_id}}" \
  -X PUT \
  -u "{{SKILLJAR_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "User-Agent: skilljar" \
  -d '{"target_url": "{{$target_url}}", "active": {{$active}} }'
Update webhook · Skilljar · OpenIntegrations