Sign in

List webhooks

documented

List all webhook integrations for the account.

GET /webhooksWebHooksno 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://{{$company}}.supportbee.com/webhooks" \
  -X GET \
  -H "Authorization: Bearer {{SUPPORTBEE_API_KEY}}" \
  -H "Accept: application/json"