Get partner webhook configuration
Returns the stored webhook URL, enabled flag, signature metadata, and updated_at for
the authenticated partner. If no configuration has been saved yet, the response body is
empty ({}).
Use this to verify settings before relying on PUT /webhook
or starting analyses with notify_via_webhook=true.
Authorizations
Your API key, passed as a query parameter on every request.
Response
Current webhook configuration (or empty object if none exists).
Returned by GET /webhook and PUT /webhook. When no webhook has been stored yet,
GET /webhook returns an empty object. The full signing secret is only present in
responses that generated or rotated it.
Registered webhook URL.
"https://client.example.com/webhooks/ochy"
Whether webhook delivery is enabled for this partner.
true
When the configuration was last updated (ISO 8601 UTC).
"2026-03-23T10:45:00Z"
Webhook signing configuration. The secret field is returned only when generated or rotated.