---
title: "Get session"
method: GET
path: "/sessions/{sessionId}"
tags: ["Sessions API"]
---

# Get session

`GET /sessions/{sessionId}`

> 🚧 Beta feature
>
> This feature is currently in private beta, and the final specification may still change.

Retrieve a session to view its details and status to inform your customers about the checkout process.

> 🔑 Access with
>
> [API key](/reference/authentication)
>
> [Advanced access token with **sessions.read**](/reference/authentication)
>
> [OAuth access with **sessions.read**](/reference/authentication)

## Response `200`

The session object.

## Other responses

- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
