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