sensitive_data=true parameter will need to be added into the API request.| Date Type | Description |
|---|---|
date | Date on which the transaction was made. |
operation_date | The date on which the transaction was processed and affected the account balance. |
curl --location --request GET 'https://api.cobre.co/v1/transactions?amount&amount_lte&amount_gte&credit_debit_type&date&date_gte&operation_date&operation_date_gte&operation_date_lte&sensitive_data&type' \
--header 'Authorization: Bearer <token>'{
"total_items": 1,
"total_pages": 1,
"is_last_page": true,
"page_items": 1,
"contents": [
{
"id": "trx_hVYE2yNvlVuno7VbBctO",
"type": "col_credit",
"account_id": "acc_BFDsK9pYov",
"amount": 31090,
"previous_balance": 0,
"current_balance": 0,
"currency": "cop",
"credit_debit_type": "credit",
"transaction_date": "2025-10-23T08:00:00Z",
"created_at": "2025-10-27T06:08:14Z",
"metadata": {
"bank_transaction_type_2": "3560",
"bank_transaction_type_code": "/",
"bank_statement_id": "1263",
"description": "/",
"operation_date": "2025-10-25",
"sender_name": null,
"tracking_key": "",
"bank_transaction_type": "3560",
"sender_id": "890903938",
"bank_rejection_code": "/",
"reference": null,
"money_movement_id": "90cb76e651fc215fed2ceed966dee7e3"
}
}
]
}