cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/billing-accounts/{id}/projects \ --header 'Authorization: <api-key>'
{ "projects": [ { "id": "<string>", "resourceCount": 123 } ] }
Lists projects that are billed to a billing account.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.
Show child attributes