cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/object-storage/session-key/{dataCenterId} \ --header 'Authorization: <api-key>'
{ "accessKey": "<string>", "endpoint": "<string>", "secretKey": "<string>", "sessionName": "<string>", "sessionToken": "<string>" }
Retrieves temporary session credentials for object storage access.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.