---
title: "Retrieve all Webhook Notification Subscriptions for a Customer."
method: GET
path: "/customers/{customerId}/integration-notifications"
tags: ["Integration Notification"]
---

# Retrieve all Webhook Notification Subscriptions for a Customer.

`GET /customers/{customerId}/integration-notifications`

## Path parameters

- `customerId` string, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

OK

- IntegrationnotificationPaginatedWebhookNotificationResponse
  - `content` IntegrationnotificationWebhookNotificationResponse[] — List of Webhook Notification records
    - `id` string, required — Unique Identifier for the notification
    - `url` string, required — The URL used for sending the notification.
    - `retry` boolean, required — Flag indicating whether failed webhooks should be retried.
    - `secret` string, required — Secret that is used in HMAC calculation for webhooks.
    - `hmacAlgorithm` 'hmac-sha1' | 'hmac-sha256' | 'hmac-sha384' | 'hmac-sha512', required — HMAC signing algorithm used to calculate the webhook signature.
    - `type` 'PAYOUT' | 'PAYIN' | 'CARD_AUTH' | 'CARD_AUTH_OFFLINE' | 'CARD_STATUS_UPDATE' | 'PAYMENT_COMPLIANCE_STATUS', required — Type of the notification.
    - `webhookTypeConfiguration` IntegrationnotificationWebhookTypeConfiguration — Optional webhook type specific configuration
      - `amountThreshold` number — Amount threshold used to determine whether PAYIN webhooks should be sent.
  - `size` integer — Number of records returned in the current page
  - `totalSize` integer — Total number of matching failure records
  - `page` integer — Current page number (0-based)
  - `totalPages` integer — Total number of pages available

## Other responses

- `400` — Bad request
- `404` — Not found

---

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