---
title: "Show a session"
method: GET
path: "/session.json"
tags: ["Sessions"]
---

# Show a session

`GET /session.json`

Show a session

## Examples

    GET /session.json

## Headers

- `qb-token` string, required
- `qb-sdk` string

## Response `200`

Session

- SessionResponse — Response schema for success request
  - `session` Session — User session entity
    - `_id` integer — Session identifier
    - `application_id` integer — Application identifier
    - `created_at` string, date-time — Creation timestamp
    - `id` string — Session identifier
    - `nonce` integer — Unique random value
    - `token` string — Authorization token
    - `ts` integer — Unix timestamp
    - `updated_at` string, date-time — Update timestamp
    - `user_id` integer — User identifier

## Other responses

- `401` — Unauthorized response
- `403` — Server api disabled response
- `429` — Rate limit exceeded response

---

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