cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects \ --header 'Authorization: <api-key>'
{ "pageSize": 123, "pageToken": "<string>", "projects": [ { "billingAccountId": "<string>", "id": "<string>", "createBy": "<string>", "resourceCount": 123 } ] }
Lists projects that can be accessed by the current user.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.
Show child attributes