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.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Was this page helpful?