---
title: "Get Magic Link Meta"
method: GET
path: "/api/v1/files/upload/{token}/meta"
tags: ["files"]
---

# Get Magic Link Meta

`GET /api/v1/files/upload/{token}/meta`

Return public metadata about a magic link (label, folder prefix, expiry).

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- MagicLinkMeta — Public view of a magic link — no token field.
  - `company_name` string, required
  - `label` string, required
  - `folder_prefix` string, required
  - `expires_at` string, date-time, nullable, required
  - `is_active` boolean, required

## Other responses

- `422` — Validation Error

---

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