Skip to main content
PUT
Update webhook configuration

Authorizations

Api-Key
string
header
required

Body

application/json

The new webhook configuration map

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

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