---
title: "Get Session Details with Session ID"
method: GET
path: "/api/v1/sessions/{id}"
tags: ["Session"]
---

# Get Session Details with Session ID

`GET /api/v1/sessions/{id}`

This API is used to get the session details by public Session ID.

## Path parameters

- `id` string, required

## Response `200`

Session found

- object
  - `statusCode` number
  - `message` string
  - `data` object — Session object. See https://securo-finance.readme.io/reference/the-session-object for more information.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden Resources

---

[API](https://skmtc.dev/securo/apis/securo-api-3.md) · [All operations](https://skmtc.dev/securo/apis/securo-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/securo/securo-api-3/revisions/e1730f59c552/schema)
