v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-067997411.3 KB

Partially update the authorization webhook configuration for an account. Only the provided fields will be updated.

patch/account/{accountId}/authorization-webhook

Request body

webhookUrlstring

The URL where authorization webhook events will be sent

status'active' | 'inactive'

Current status of the webhook

Response

Authorization webhook updated successfully

webhookUrlstring required

The URL where authorization webhook events will be sent

signingSecretstring required

Secret used for signing webhook payloads

status'active' | 'inactive' required

Current status of the webhook

timeoutDurationMsinteger required

The timeout duration in milliseconds for webhook requests

createdAtstring date-time required

When the webhook was created

updatedAtstring date-time required

When the webhook was last updated