sensitive_data=true parameter will need to be added into the API request.Authorization: Bearer ********************curl --location --request GET 'https://api.cobre.co/v1/accounts//transactions/?sensitive_data' \
--header 'Authorization: Bearer <token>'{
"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"
}
}