cURL
curl --request GET \ --url https://finsync.ar/api/transaction-types \ --header 'x-api-key: <api-key>'
[ { "id": 123, "name": "<string>", "type": "credit", "company_id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
Retrieves all transaction types available for the company
API Key for authentication
List of transaction types
Transaction type ID
Transaction type name
Transaction category
credit
debit
Company ID
Creation timestamp
Last update timestamp