Skip to main content
GET
Get partner webhook configuration

Authorizations

Authorization
string
header
required

Recommended. Pass your API key as a Bearer token in the Authorization header: Authorization: Bearer YOUR_API_KEY.

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.

url
string<uri>

Registered webhook URL.

Example:

"https://client.example.com/webhooks/ochy"

enabled
boolean

Whether webhook delivery is enabled for this partner.

Example:

true

updated_at
string<date-time>

When the configuration was last updated (ISO 8601 UTC).

Example:

"2026-03-23T10:45:00Z"

signature
object

Webhook signing configuration. The secret field is returned only when generated or rotated.