---
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
  - `status` string
  - `unaccepted_terms_document_ids` string[]
  - `wisdomtree_state_restricted` boolean
  - `wisdomtree_terms_accepted` boolean

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
