---
title: "List available user configurations"
method: GET
path: "/v1/notifications/configurations"
tags: ["Notifications"]
---

# List available user configurations

`GET /v1/notifications/configurations`

List available user configurations.

## Query parameters

- `filter` ConfigurationFilterParameters
  - `event_title` LegacyStringFieldFilter — Filter using **one** of the following operators: `eq`, `contains`
    - `eq` string — The field exactly matches the provided value.
    - `contains` string — The field contains the provided value.
  - `event_description` LegacyStringFieldFilter — Filter using **one** of the following operators: `eq`, `contains`
    - `eq` string — The field exactly matches the provided value.
    - `contains` string — The field contains the provided value.
  - `event_namespace` LegacyStringFieldFilter — Filter using **one** of the following operators: `eq`, `contains`
    - `eq` string — The field exactly matches the provided value.
    - `contains` string — The field contains the provided value.
  - `region` LegacyStringFieldFilter — Filter using **one** of the following operators: `eq`, `contains`
    - `eq` string — The field exactly matches the provided value.
    - `contains` string — The field contains the provided value.

## Response `200`

A paginated list response for all notification events and user subscriptions.

- object
  - `data` UserConfiguration[], required
    - `event_id` string, required
    - `event_title` string, required
    - `event_description` string, required
    - `event_namespace` 'plan-and-usage' | 'organization' | 'dev-portal' | 'cloud-gateways' | 'gateway-manager', required
    - `event_subscription_count` integer, required
    - `default_subscription` DefaultSubscription[], required
      - `channel` 'EMAIL' | 'IN_APP', required
      - `enabled` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/0261aef4b1e2/schema)
