---
title: "Get the authenticated identity"
method: GET
path: "/me"
tags: ["Company"]
---

# Get the authenticated identity

`GET /me`

Returns the authenticated principal and the companies it can access. For an API key this is the single pinned company.

## Response `200`

Identity and accessible companies.

- object — Identity plus a list of accessible companies.

## Other responses

- `401` — Missing or invalid bearer token.
- `403` — Insufficient scope or role — e.g. a read-scoped key on a mutating method, or an API key on an admin/approver-only endpoint.

---

[API](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api.md) · [All operations](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lastaccountingcompany/lac-customer-api/versions/52e277b4f031/schema)
