---
title: "GET /v2/checkout/{id}"
method: GET
path: "/v2/checkout/{id}"
---

# GET /v2/checkout/{id}

`GET /v2/checkout/{id}`

## Path parameters

- `id` string, required

## Response `200`

Checkout config for the given id

- CheckoutConfig
  - `id` string
  - `name` string, required
  - `by` string
  - `config` object, required
    - `locks` object, required
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `401` — User is not authenticated.

---

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