balance and sensitive_data parameters, you have the flexibility to customize the API's response format to suit your specific requirements, ensuring that sensitive account details are presented in a secure manner.provider_idcurl --location --request GET 'https://api.cobre.co/v1/accounts?account_number=1234&account_type=clabe&alias&balance&balance_gte=500&balance_lte=2000¤cy=cop&geo=col&obtained_balance_at=2023-10-25T14:30:00Z&obtained_balance_at_gte=2023-10-01T00:00:00Z&obtained_balance_at_lte=2023-10-31T23:59:59Z&page_number&provider_id&sensitive_data&status&updated_at=2023-10-25T14:30:00Z&updated_gte=2023-10-01T00:00:00Z&updated_lte=2023-10-31T23:59:59Z' \
--header 'Authorization: Bearer <token>'{
"total_items": 1,
"total_pages": 1,
"is_last_page": true,
"page_items": 1,
"contents": [
{
"id": "acc_BFDsK9pYov",
"connectivity": {
"status": "connected",
"description": ""
},
"alias": "Cuenta de Bancolombia",
"metadata": {
"available_services": [
"",
"account_balance",
"mm_push_from_account",
"account_transactions"
],
"contract_number": ""
},
"currency": "cop",
"geo": "col",
"tags": [
"accounting"
],
"provider_id": "pr_col_1007",
"provider_name": "Bancolombia",
"account_number": "*******2988",
"account_type": "cc",
"obtained_balance": 500000000,
"obtained_balance_at": "2025-11-25T15:02:28Z",
"created_at": "2025-07-25T14:27:18Z",
"updated_at": "2025-11-25T15:02:28Z"
}
]
}