cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{id} \ --header 'Authorization: <api-key>'
{ "billingAccountId": "<string>", "createBy": "<string>", "id": "<string>", "resourceCount": 123 }
Retrieves the details of a project.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Was this page helpful?