cURL
curl --request GET \ --url https://dashboard.gratian.pro/api/client/servers/{server}/files/upload \ --header 'Authorization: Bearer <token>'
{ "object": "signed_url", "attributes": { "url": "<string>" } }
Returns an url where files can be uploaded to.
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