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

Changes

Changed in 1 of the 2 revisions of this API.1