cURL
curl --request GET \ --url https://carbon-engine.onrender.com/v1/portfolios \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "description": "<string>", "projects": [ "<string>" ] } ]
Gets the list of portfolios the user is able to use for purchasing credits.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of all portfolios
The response is of type object[].
object[]