cURL
curl --request POST \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/object-storage/users/{dataCenterId}/{id} \ --header 'Authorization: <api-key>'
{ "accessKey": "<string>", "secretKey": "<string>" }
Generates a new key for an object storage user.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Was this page helpful?