---
title: "Retrieve Notifications to a Subscription"
method: GET
path: "/callback/v2.0/notifications/accounts/{accountId}/subscriptionId/{subscriptionId}"
---

# Retrieve Notifications to a Subscription

`GET /callback/v2.0/notifications/accounts/{accountId}/subscriptionId/{subscriptionId}`

## Path parameters

- `version` string, required
- `accountId` string, required
- `subscriptionId` string, required

## Query parameters

- `from` integer
- `until` integer
- `wasNotified` boolean
- `pageNumber` integer
- `pageSize` integer
- `entityId` string

## Headers

- `Authorization` string, required

## Response `200`

200

- object[]
  - `entityId` string
  - `entityType` string
  - `notificationType` string
  - `notification` string
  - `isNotifiedWithSuccess` boolean
  - `notificationHistory` object[]
    - `timestamp` string
    - `notifiedWithSuccess` boolean
    - `status` string

## Other responses

- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/transfero/apis/authentication.md) · [All operations](https://skmtc.net/transfero/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfero/authentication/revisions/c1cf67f85267/schema)
