v3

latestOpenAPI 3.1.02026-07-311,4541,5202.3 MB
users

User Webhook Retrieve

Emit a deprecation-hit WARNING for legacy /user/webhook* routes, then delegate unchanged to the canonical view.

Mixed in BEFORE the canonical view class so this dispatch runs first and super().dispatch falls through to the real handler. Telemetry only — fail-open so a logging hiccup can never break the request. No secrets are logged (path/method/route-name only).

get/user/webhook/{id}/

Path parameters

idinteger required

Query parameters

is_including_secretsboolean

Set to true to reveal the webhook secret value. Default: false.

Headers

Authorizationstring required

JWT access token or Respan API key

Response

idinteger required
secretsstring required
projectstring nullable
urlstring uri required
namestring
createdstring date-time
activeboolean
organizationinteger required
organization_keystring nullable