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