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

# Retrieve Webhook notification configuration

`GET /channel-managers/webhook-notifications/{notificationId}`

Retrieve a Webhook notification configuration for the authenticated Channel Manager

## Path parameters

- `notificationId` string, required

## Response `200`

Webhook notification retrieved

- ChannelmanagerWebhookNotificationResponse
  - `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

## 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)
