cURL
curl --request GET \ --url https://api.projectcor.com/v1/transactions \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "date": "2023-12-25", "receipt_number": "<string>", "type": "<string>", "total": 123, "currency_change_amount": 123, "exchange": 123, "source_id": 123, "currency_id": 123, "is_income": true, "client_id": 123, "company_id": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of transactions