Download backup
Generates a signed URL for downloading a backup file
Generates a signed URL for downloading a backup file
Authorization
bearerAuth AuthorizationBearer <token>
Enter your API token in the format: Bearer {token}
In: header
Path Parameters
server*string
Server identifier
backup*string
Backup identifier
Response Body
application/json
curl -X GET "https://example.com/api/client/servers/string/backups/string/download"{
"object": "signed_url",
"attributes": {
"url": "string"
}
}Empty
Empty
Empty
Empty