cURL
curl --request GET \ --url https://api.unisaldos.com/v1/transactions \ --header 'Authorization: Bearer <token>'
200
Example
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "amount": 123, "type": "income", "state": "pending", "conciliated": true, "transaction_date": "2023-11-07T05:31:56Z", "reference_number": "<string>", "internal": true, "created_at": "2023-11-07T05:31:56Z", "description": "<string>", "counterparty_account_number": "<string>", "counterparty_bank": "<string>", "comment": "<string>", "category": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "icon": "<string>", "category_color": "<string>" }, "attached_files_count": 0 } ], "page": 123, "page_size": 123, "total_items": 123, "total_pages": 123, "has_next_page": true, "has_previous_page": true }
Permiso requerido: integrations:v1:transactions:list.
integrations:v1:transactions:list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
JSON object with filter values. Example: {"status": "active"}
x >= 1
1 <= x <= 200
asc
desc
Successful Response
Show child attributes