---
title: "Get Checkout Token"
method: GET
path: "/checkout/from-token"
tags: ["Payments", "internal"]
deprecated: true
---

# Get Checkout Token

`GET /checkout/from-token`

> **Deprecated.**

The endpoint used by mobile apps to correctly use the checkout mobile webview. apps that use vitrin APIs for cart operations do not need this.

## Query parameters

- `checkout-token` string, required
- `source` string, nullable
- `lang` string, nullable
- `country` string, nullable
- `currency` string, nullable
- `city` union
  - integer
  - string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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