Skip to main content
GET
/
v1
/
billing-accounts
/
{id}
/
projects
List billing account projects
curl --request GET \
  --url https://rest.compute.cudo.org/v1/billing-accounts/{id}/projects \
  --header 'Authorization: <api-key>'
{
  "projects": [
    {
      "id": "<string>",
      "resourceCount": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

id
string
required

Response

A successful response.

projects
object[]
required