---
title: "Get one code's full details"
method: GET
path: "/v1/dynamic/{id}"
---

# Get one code's full details

`GET /v1/dynamic/{id}`

Fetch a single code you own by id: destination, short link, label, type, tags, folder, status and created date.

## Response `200`

The code.

- object
  - `id` string
  - `slug` string
  - `short_url` string, uri
  - `destination` string
  - `label` string, nullable
  - `type` string
  - `dynamic` boolean
  - `status` string
  - `tags` string[]
  - `folder_id` string, nullable
  - `created_at` string, date-time

## Other responses

- `401` — The `Authorization: Bearer oqr_…` header is missing or the API key is invalid or revoked.
- `404` — The referenced code, folder or theme doesn't exist or isn't owned by your API key.
- `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)
