---
title: "GET /v2/checkout/list"
method: GET
path: "/v2/checkout/list"
---

# GET /v2/checkout/list

`GET /v2/checkout/list`

A list of all checkout configs created by the user

## Response `200`

Checkout config for the updated id.

- object
  - `results` 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.

## Changes

- **2024-05-16** `0444aeefa1e8` — 1 info
  - the response property `results/items/config/locks` became required for the status `200`
- **2023-11-03** `b77bfb068867` — 1 breaking
  - the response property `results/items/config/locks` became optional for the status `200`

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/checkout/list/get.md)

---

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