---
title: "Get session"
method: GET
path: "/api/v2/user/session"
tags: ["User"]
---

# Get session

`GET /api/v2/user/session`

Returns the session associated with access token passed via the `Authorization` header.

## Response `200`

OK

- object
  - `session` OAuthAccessToken, required
    - `bitgoAdminPermissions` string[]
    - `client` string — The client associated with the access token
    - `created` string, date-time — The creation date of the access token
    - `enterprise` string — The enterprise associated with the access token
    - `expires` string, date-time — The expiration date of the access token
    - `extensionAddress` string — The extension address associated with the access token
    - `id` string, required
    - `internal` boolean
    - `ip` string, ipv4 — IP address of the client that requested this access token
    - `ipRestrict` string[]
    - `isExtensible` boolean, required — Indicates if the access token is extensible
    - `label` string — The label associated with the access token
    - `organizations` string[]
    - `origin` string — BitGo environment that issued this token
    - `token` string — The token value
    - `scope` string[]
    - `unlock` object — The unlock object, returned if this session is currently unlocked
      - `spendingLimits` object
      - `expires` string, date-time
      - `time` string, date-time
      - `txCount` number
      - `txValue` number
      - `txValueLimit` number
    - `user` string

## Other responses

- `401` — Unauthorized

---

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