---
title: "Get account information"
method: GET
path: "/me"
tags: ["Account"]
---

# Get account information

`GET /me`

Retrieve the account information

## Response `200`

Successful Response

- APIResponseV2MeResponse
  - `requestId` string
  - `data` MeResponse, required
    - `companyName` string, required — The name of the company
    - `companyId` string, required — The unique identifier of the company

## Other responses

- `422` — Validation Error

---

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