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/accounts//transactions?sensitive_data&type&amount&amount_lte&amount_gte&date&date_lte&date_gte&credit_debit_type&operation_date&operation_date_gte&operation_date_lte' \
--header 'Authorization: Bearer <token>'{
"total_items": 1,
"total_pages": 1,
"is_last_page": true,
"page_items": 1,
"contents": [
{
"id": "trx_1rrdJPd8gLBxy2I8RAeD",
"type": "col_cb_debit",
"account_id": "acc_hyb36Rp7XS",
"amount": -100,
"previous_balance": 100,
"current_balance": 0,
"currency": "COP",
"credit_debit_type": "debit",
"transaction_date": "2025-09-26T21:21:42Z",
"created_at": "2025-09-26T21:21:43Z",
"metadata": {
"money_movement_id": "mm_jgrVqlQbW9hyJI",
"description": "Sent from Cobre",
"beneficiary_account_number": "@cibaa01147",
"tracking_key": "20250926mmjgrVqlQbW9hyJI"
}
}
]
}