---
title: "Retrieve authenticated company group information"
method: GET
path: "/api/v1/company_groups/info"
tags: ["Company Groups"]
---

# Retrieve authenticated company group information

`GET /api/v1/company_groups/info`

Returns the full profile of the authenticated company group, including its configuration (eligible identifier type, max quantities) and the list of associated companies.

## Response `200`

Company group info returned

- object
  - `data` object, required
    - `id` string, required
    - `type` string, required
    - `attributes` object, required
      - `identifier` string, required — Unique slug of the company group
      - `eligible_identifier_type` 'cpf', required — Document type used to identify eligible employees
      - `eligibles_quantity` integer, required — Current number of active eligible employees
      - `reference_identifier_type` 'cnpj', required — Document type used to identify companies
      - `eligibles_max_quantity` integer, nullable — Maximum allowed eligible employees (null means unlimited)
      - `companies` object[], required — List of companies associated with this group
        - `reference_identifier` string, required — Reference identifier of the company
        - `reference_identifier_type` string, required

## Other responses

- `401` — Missing or invalid token

---

[API](https://skmtc.net/totalpass/apis/token-use.md) · [All operations](https://skmtc.net/totalpass/apis/token-use/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalpass/token-use/revisions/bc65b4950c7e/schema)
