---
title: "Get information about an Entity Group"
method: GET
path: "/entity-groups/{entity_token_or_external_id}"
tags: ["Entity Groups"]
---

# Get information about an Entity Group

`GET /entity-groups/{entity_token_or_external_id}`

Using an Entity Group's token or external identifier, get information about the Entity Group and its relationships

## Response `200`

Success

- object
  - `entity_group_token` string
  - `entity_group_name` string
  - `entity_group_type` 'business' | 'joint_account' | 'membership' | 'merchant'
  - `created_at` string
  - `archived_at` string
  - `entity_group_external_identifiers` string[]
  - `entity_group_relationships` object[]
    - `entity_token` string
    - `name` string
    - `type` 'person' | 'business'
    - `ownership_percentage` string
    - `title` string
    - `relationship_created_at` string
    - `roles` string[]
    - `bank_accounts` object[]
      - `bank_account_token` string
      - `external_account_id` string
      - `account_holder_type` 'primary' | 'secondary' | 'power_of_attorney' | 'authorized_signer' | 'authorized_user' | 'beneficiary' | 'joint_owner' | 'custodian' | 'guardian' | 'trustee'

---

[API](https://skmtc.dev/alloy/apis/alloy-api.md) · [All operations](https://skmtc.dev/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alloy/alloy-api/revisions/405799de4d2a/schema)
