---
title: "List custom currency associated entities"
method: GET
path: "/api/v1/credits/custom-currencies/{currencyId}/associated-entities"
tags: ["Custom currencies"]
---

# List custom currency associated entities

`GET /api/v1/credits/custom-currencies/{currencyId}/associated-entities`

Lists the active plans and addons that reference a custom currency. Useful before archiving to inspect dependencies.

## Path parameters

- `currencyId` string, required

## Headers

- `X-ACCOUNT-ID` string
- `X-ENVIRONMENT-ID` string

## Response `200`

A list of entities currently referencing the custom currency.

- CustomCurrencyAssociatedEntityListResponseDto — List of entities (plans or addons) that reference a custom currency
  - `data` object[], required
    - `id` string, required — The reference ID of the associated entity
    - `type` string, required — The kind of entity referencing the currency (e.g., Plan)
    - `displayName` string, required — The display name of the associated entity

## Other responses

- `400` — bad request.
- `401` — User is not authenticated.
- `403` — User is not allowed to access this resource.
- `404` — CustomCurrencyAssociatedEntities not found.
- `429` — Too many requests.

## Changes

- **2026-07-08** `58bb216ff8ce` — 1 warning
  - added the new `GovernanceNotEnabled` enum value to the `code` response property for the response status `403`
- **2026-06-08** `3acd63d6c861` — 2 info
  - added the new optional `header` request parameter `X-ACCOUNT-ID`
  - added the new optional `header` request parameter `X-ENVIRONMENT-ID`
- **2026-06-04** `4fa87d66426d` — 1 warning
  - added the new `PricingModelNotSupportedByBillingIntegration` enum value to the `code` response property for the response status `400`
- **2026-05-31** `0dece860f678` — 1 warning
  - added the new `DataExportIntegrationError` enum value to the `code` response property for the response status `400`
- **2026-05-28** `b181b166a2a5` — 1 warning
  - added the new `InvalidReceivedSignatureError` enum value to the `code` response property for the response status `400`

[Full history](https://skmtc.dev/stiggio/apis/stigg-api/changes/api/v1/credits/custom-currencies/:currencyId/associated-entities/get.md)

---

[API](https://skmtc.dev/stiggio/apis/stigg-api.md) · [All operations](https://skmtc.dev/stiggio/apis/stigg-api/llms.txt) · [OpenAPI document](https://skmtc.dev/stiggio/apis/stigg-api/revisions/8b3d4ace525d?raw)
