Skip to main content
PATCH
Patch webhook configuration

Authorizations

Api-Key
string
header
required

Body

application/json

The webhook configuration patches to apply. Set a pattern's value to null to remove it.

A map of webhook event patterns to their configuration settings for partial updates. Set a pattern's value to null to remove it from the configuration.

{key}
object | null

Configuration settings for a webhook pattern

Response

Successful operation

A map of webhook event patterns to their configuration settings. Patterns can use wildcards to match multiple event types (e.g., 'card.' matches all card events, 'transaction.created.' matches all transaction created events). Pattern format: resource.action.version or resource.* for wildcards.

{key}
object

Configuration settings for a webhook pattern