---
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.

---

[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)
