GET
/
v1
/
portfolios
curl --request GET \
  --url https://carbon-engine.onrender.com/v1/portfolios \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "description": "<string>",
    "projects": [
      "<string>"
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
List of all portfolios
name
string
required

The name of the portfolio

description
string

A brief description of the portfolio

projects
string[]

The project IDs associated with this portfolio