cURL
curl --request GET \ --url https://api.projectcor.com/v1/projects/{project_id}/project_cost \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "title": "<string>", "cost": 123, "datetime": "2023-12-25", "label_id": 123, "project_estimate_id": 123, "id_project_history": 123 } ]
Get a list of associated project costs
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of project costs