---
title: "List Handler"
method: GET
path: "/v1/account/sessions"
---

# List Handler

`GET /v1/account/sessions`

## Headers

- `x-api-key` string

## Cookies

- `lmnt-auth0` string, nullable

## Response `200`

Successful Response

- SessionListResponse
  - `sessions` SessionInfo[], required
    - `id` string, required
    - `device_label` string, nullable
    - `country` string, nullable
    - `created_at` integer, required
    - `updated_at` integer, required
    - `current` boolean

## Other responses

- `422` — Validation Error

---

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