---
title: "Download hosting account backup (JSON)"
method: GET
path: "/api/hosting-accounts/{id}/export/download"
tags: ["Admin - Hosting Account Export"]
---

# Download hosting account backup (JSON)

`GET /api/hosting-accounts/{id}/export/download`

Returns the backup as a JSON file. Requires a valid token from the export endpoint (valid 5 minutes).

## Path parameters

- `id` integer, required

## Query parameters

- `token` string, required

## Response `200`

Backup JSON file (application/json)

- string, binary

## Other responses

- `404` — Not found or invalid/expired token

---

[API](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation.md) · [All operations](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adminbolt/adminbolt-api-documentation/revisions/bf4f36fbfbd3/schema)
