---
title: "GET /user/{userID}/notification-filter-failure"
method: GET
path: "/user/{userID}/notification-filter-failure"
tags: ["notification-filter-failure"]
---

# GET /user/{userID}/notification-filter-failure

`GET /user/{userID}/notification-filter-failure`

Manage the url notification filters for a user.

## Path parameters

- `userID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Response `200`

Manage the url notification filters for a user.

- NotificationFilterFailureListing[]
  - `notification_filters` NotificationFilter[] — The types of notifications that will result in a url notification for this user.
    - `notification_delivery_method` string — The delivery method via which notifications that match this notification filter will be delivered. Possible choices are PUSH for delivery via push notification and URL for delivery via URL callback.
    - `notification_target` string — The target of notifications that match this notification filter. For URL notification filters this is the URL to which the callback will be made. For PUSH notifications filters this should always be null.
    - `category` string — The notification category that will match this notification filter. Possible choices are BILLING, CARD_TRANSACTION_FAILED, CARD_TRANSACTION_SUCCESSFUL, CHAT, DRAFT_PAYMENT, IDEAL, SOFORT, MONETARY_ACCOUNT_PROFILE, MUTATION, PAYMENT, PROMOTION, REQUEST, SCHEDULE_RESULT, SCHEDULE_STATUS, SHARE, SUPPORT, TAB_RESULT, USER_APPROVAL.
  - `category` string — The category of the failed notification.
  - `event_type` string — The event type of the failed notification.
  - `object_id` integer — The object id used to generate the body of the notification.
  - `exception_message` string — The exception bunq encountered when processing the callback.
  - `response_code` integer — The response code (or null) received from the endpoint.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

[API](https://skmtc.dev/bunq/apis/bunq-api.md) · [All operations](https://skmtc.dev/bunq/apis/bunq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bunq/bunq-api/revisions/369477c7bd26/schema)
