---
title: "Get current session"
method: GET
path: "/session"
tags: ["Session"]
---

# Get current session

`GET /session`

Returns the authenticated user when a session cookie is present. Works without authentication.

## Response `200`

OK

- object
  - `username` string, nullable, required
  - `webid` number, nullable, required
  - `id` string, required
  - `steamid` string, nullable, required
  - `profilePicture` string, nullable, required
  - `authenticated` boolean, 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)
