set_notification_filters
Replace all webhook notification filters for a user in one call. Provide the full list of category and URL pairs to avoid losing existing filters.
Instructions
Sets webhook URLs for a user. ⚠️ This REPLACES all existing filters — always include the full desired list in one call. To add one filter, fetch the existing ones first and include them all. To remove all, pass an empty array. Categories: PARTNER_USER_PROVISION, USER_ONBOARDING, USER_INFORMATION_INQUIRY, MUTATION, PAYMENT, CARD, CARD_TRANSACTION_SUCCESSFUL, CARD_TRANSACTION_FAILED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | Yes | Full list of notification filters to set. | |
| user_id | Yes | User ID (use UserApiKey.id for provisioned users). |