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