---
title: "List All Entities for Intercompany JE"
method: GET
path: "/coa/api/entity/for-intercompany"
tags: ["Settings"]
---

# List All Entities for Intercompany JE

`GET /coa/api/entity/for-intercompany`

Returns ALL entities for intercompany journal entry creation.

This endpoint bypasses entity-scoped filtering because users need to
select entities they don't normally have access to when creating
intercompany journal entries (per the entity-scoped-user-access spec).

Uses minimal serializer to only expose id, name, and currency - preventing
data leakage of sensitive entity details to users who may not have full
access to all entities.

## Response `200`

- ChartEntityMinimal[]
  - `id` integer, required
  - `name` string, nullable, required
  - `currency` string, required

---

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