---
title: "Get current API client info"
method: GET
path: "/me"
tags: ["Session"]
---

# Get current API client info

`GET /me`

Returns whether this client is authenticated (session cookie and/or Bearer API key), plus basic user info and/or the provided API token's tier/scopes when available.

## Response `200`

OK

- object
  - `authenticated` boolean, required
  - `user` object, nullable, required
    - `username` string, nullable, required
    - `webid` number, nullable, required
    - `id` string, required
    - `steamid` string, nullable, required
    - `profilePicture` string, nullable, required
  - `apiToken` object, nullable, required
    - `id` string, required
    - `projectId` string, nullable, required
    - `permissions` string[], required
    - `scopes` string[], required
    - `rateLimitTier` string, required

---

[API](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api.md) · [All operations](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/llms.txt) · [OpenAPI document](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/revisions/880b1f4d531c?raw)
