---
title: "Get credit applications"
method: GET
path: "/credit-memos/{id}/applications"
tags: ["Credit Memos"]
---

# Get credit applications

`GET /credit-memos/{id}/applications`

List all invoice applications for a credit memo.

## Path parameters

- `id` string, required

## Query parameters

- `by` 'id' | 'key'

## Response `200`

Applications retrieved successfully

- object
  - `data` CreditMemoApplication[]
    - `id` string, uuid, required
    - `invoiceId` string, uuid, required
    - `invoiceFriendlyId` string, nullable
    - `paymentId` string, uuid — Payment through which this credit was applied
    - `paymentKey` string, nullable
    - `amount` number, required — Amount applied
    - `appliedAt` string, date-time
  - `totalApplied` number
  - `remainingBalance` number

## Other responses

- `401` — Unauthorized - invalid or missing access token
- `404` — Resource not found

---

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