---
title: "Get my sign-in sessions"
method: GET
path: "/Auth/MySessions"
tags: ["Auth"]
---

# Get my sign-in sessions

`GET /Auth/MySessions`

**Auth:** Authenticated - any signed-in user.

Returns the signed-in user's own recent login sessions (auth method, device, IP, location), newest first. Masquerade rows are excluded.

## Response `200`

Success

- GetSessionsResponse
  - `sessions` LoginLog[]
    - `id` integer
    - `userId` string, guid
    - `createdAt` string, date-time
    - `type` 0 | 1 | 2
    - `provider` 0 | 1 | 2 | 3 | 4 | 5 | 6
    - `status` 0 | 1
    - `details` string, nullable
    - `ip` string, nullable
    - `city` string, nullable
    - `country` string, nullable
    - `deviceName` string, nullable
    - `deviceType` string, nullable
    - `userAgent` string, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
