cURL
curl --request GET \ --url https://dashboard.gratian.pro/api/client/servers/{server}/files/download \ --header 'Authorization: Bearer <token>'
{ "object": "signed_url", "attributes": { "url": "<string>" } }
Generates a one-time token with a link that the user can use to download a given file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The server UUID
The response is of type object.
object