---
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.

---

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