cURL
curl --request GET \ --url https://carbon-engine.onrender.com/v1/portfolios/{id} \ --header 'Authorization: Bearer <token>'
{ "portfolio": { "name": "<string>", "description": "<string>", "projects": [ "<string>" ] }, "projects": [ { "_id": "<string>", "name": "<string>", "description": "<string>", "projectCategory": "<string>" } ] }
Returns information about a portfolio.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the portfolio
Portfolio details along with associated projects
The response is of type object.
object