---
title: "Retrieve Webhook notification configurations"
method: GET
path: "/channel-managers/webhook-notifications"
tags: ["Channel Manager Webhook Notifications"]
---

# Retrieve Webhook notification configurations

`GET /channel-managers/webhook-notifications`

Retrieve Webhook notification configurations for the authenticated Channel Manager

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Webhook notifications retrieved

- ChannelmanagerWebhookNotificationPageResponse
  - `content` ChannelmanagerWebhookNotificationResponse[], required — List of responses on the current page
    - `id` string — Unique identifier for the notification
    - `type` 'PAYIN' | 'PAYOUT' | 'CARD_AUTH' | 'CARD_AUTH_OFFLINE' — Webhook type
    - `status` 'ACTIVE' | 'INACTIVE' — Status of notification
    - `destination` string — URL destination
    - `retry` boolean — Flag indicating whether failed webhooks should be retried
    - `secret` string — Webhook secret, must be 32 chars
    - `hmacAlgorithm` 'hmac-sha1' | 'hmac-sha256' | 'hmac-sha384' | 'hmac-sha512' — Signing algorithm that is used in Webhook HMAC calculation
  - `size` integer, required — Page size
  - `totalSize` integer, required — Total count
  - `page` integer, required — Current page number, 0 based; i.e first-page = 0, second-page = 1
  - `totalPages` integer, required — Total pages

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/modulrfinance/apis/modulr-api.md) · [All operations](https://skmtc.net/modulrfinance/apis/modulr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modulrfinance/modulr-api/versions/cbd52524c8ef/schema)
