---
title: "List your dynamic (editable) QR codes"
method: GET
path: "/v1/dynamic"
---

# List your dynamic (editable) QR codes

`GET /v1/dynamic`

## Query parameters

- `limit` integer

## Response `200`

Your dynamic codes.

- object
  - `codes` object[]
    - `id` string
    - `slug` string
    - `short_url` string, uri
    - `destination` string, uri
    - `label` string, nullable
    - `status` string
    - `created_at` string, date-time

## Other responses

- `401` — The `Authorization: Bearer oqr_…` header is missing or the API key is invalid or revoked.
- `500` — An unexpected server-side error.

---

[API](https://skmtc.net/openqr/apis/openqr-api.md) · [All operations](https://skmtc.net/openqr/apis/openqr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openqr/openqr-api/versions/f1b3796cd1f6/schema)
