cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects \ --header 'Authorization: <api-key>'
{ "pageSize": 123, "pageToken": "<string>", "projects": [ { "billingAccountId": "<string>", "createBy": "<string>", "id": "<string>", "resourceCount": 123 } ] }
Lists projects that can be accessed by the current user.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes
Was this page helpful?