---
title: "Get current session metadata"
method: GET
path: "/identity/sessions/current"
tags: ["identity", "sessions"]
---

# Get current session metadata

`GET /identity/sessions/current`

Returns the authenticated individual + the most recent session heartbeat. Both apps call this endpoint and discriminate by the 'application' field.

## Response `200`

OK

- SessionsCurrentSessionOutput
  - `application` string
  - `associated_entity` 'stable_sea_inc' | 'stable_sea_financial'
  - `email` string
  - `first_name` string
  - `group_id` string
  - `group_name` string
  - `group_status` string
  - `individual_id` string
  - `kyb_status` string
  - `last_active_ts` string, date-time, nullable
  - `last_name` string
  - `password_change_required` boolean
  - `status` string
  - `unaccepted_terms_document_ids` string[]
  - `wisdomtree_state_restricted` boolean
  - `wisdomtree_terms_accepted` boolean

## Other responses

- `default` — Error response.

## Changes

- **2026-08-11** `26c1cb1521b0` — 1 info
  - added the optional property `password_change_required` to the response with the `200` status
- **2026-08-06** `fe2041c5ba86` — 3 info
  - the `group_id` response's property pattern was changed from `^grp_[0-9a-hjkmnp-tv-z]{26}$` to `^grp_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `individual_id` response's property pattern was changed from `^ind_[0-9a-hjkmnp-tv-z]{26}$` to `^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `unaccepted_terms_document_ids/items/` response's property pattern was changed from `^doc_[0-9a-hjkmnp-tv-z]{26}$` to `^doc_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/identity/sessions/current/get.md)

---

[API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.dev/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/78f4fe30ef9c/schema)
