api/docs/admin/backup/fetch.md

490 B

/admin/backup/fetch/{id} - GET

Downloads the backup identified by ìd.

HTTP Headers

Header Content
Authorization Bearer {token}

Responses

200 - Success

Content - BYTES

401 - Error: Unauthorized

The provided auth token doesn't allow you to perform this operation.

403 - Error: Forbidden

Blocked for security reasons.

404 - Error: Not Found

There was no backup found with the given id.