Sign in

Update webhook

documented

Update an existing webhook.

PUT /webhooks/{id}/Webhooksno 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.uploadcare.com/webhooks/{{$hook_id}}/" \
  -X PUT \
  -H "Accept: application/vnd.uploadcare-v0.7+json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Authorization: Uploadcare.Simple {{UPLOADCARE_API_KEY}}:{{UPLOADCARE_SECRET}}" \
  -d "target_url={{$target_url}}&event={{$event}}&is_active={{$is_active}}&signing_secret={{$signing_secret}}"
Update webhook · uploadcare · OpenIntegrations