---
title: "Get session token"
method: GET
path: "/v2/token/{token}/session"
tags: ["Token"]
---

# Get session token

`GET /v2/token/{token}/session`

Get the current state of a tokenization session.

## Path parameters

- `token` string, required

## Response `200`

Successful Operation

- Tokenization
  - `token` string — The token from the request
  - `expiration` string, date-time — The UTC expiration date of the token
  - `customer` object — If the customer has not finished tokenization then the customer object is omitted
    - `uuid` string — The unique identifier for this response
    - `links` Link[] — Available API links prefilled with UUID with accompanying method
      - `href` string, required — The fully qualified URL for the API endpoint
      - `rel` 'self' | 'capture' | 'checkout' | 'create' | 'customer' | 'list' | 'order' | 'preapprove' | 'refund' | 'release' | 'session' — The relationship type indicating the purpose of this link (e.g., 'self' for the current resource, 'create' for creating a new resource, 'list' for listing resources)
      - `method` 'GET' | 'POST' | 'PATCH' | 'DELETE' — The HTTP method to use when calling this API endpoint
    - `expiration` string, date-time — The UTC expiration date of the customer tokenization
    - `dob` string, YYYY-MM-DD — The customer's date of birth in YYYY-MM-DD format (parameter is input only)
  - `links` Link
    - `href` string, required — The fully qualified URL for the API endpoint
    - `rel` 'self' | 'capture' | 'checkout' | 'create' | 'customer' | 'list' | 'order' | 'preapprove' | 'refund' | 'release' | 'session' — The relationship type indicating the purpose of this link (e.g., 'self' for the current resource, 'create' for creating a new resource, 'list' for listing resources)
    - `method` 'GET' | 'POST' | 'PATCH' | 'DELETE' — The HTTP method to use when calling this API endpoint

## Other responses

- `400` — Invalid request
- `401` — Unauthorized. Returned for any failed bearer or basic auth, including expired bearer tokens.
- `404` — The specified resource was not found
- `422` — Unable to process the request entity

---

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