---
title: "Download File"
method: GET
path: "/download/{token}"
---

# Download File

`GET /download/{token}`

Signed download endpoint — delivers purchased file directly.
Token is generated by webhook after successful payment and stored in
dashboard_sessions with token_type='download'. Expires after 24 hours.

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/panafricadata/apis/pan-africa-data-api.md) · [All operations](https://skmtc.net/panafricadata/apis/pan-africa-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/panafricadata/pan-africa-data-api/versions/3e6fe9c27d40/schema)
