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.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes