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?page_number&balance&sensitive_data&alias&status&provider_id&account_type=clabe&account_number=1234&balance_gte=500&balance_lte=2000&updated_at=2023-10-25T14:30:00Z&updated_gte=2023-10-01T00:00:00Z&updated_lte=2023-10-31T23:59:59Z&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&geo=col¤cy=cop&has_primary_account' \
--header 'Authorization: Bearer <token>'{
"total_items": 1,
"total_pages": 1,
"is_last_page": true,
"page_items": 1,
"contents": [
{
"id": "acc_BeIRr54sRq",
"connectivity": {
"status": "connected",
"description": ""
},
"alias": "Cobre Balance COP",
"metadata": {
"cobre_tag": "@cibaa01409",
"available_services": [
"account_balance",
"mm_push_from_account",
"account_transactions"
],
"primary_account": ""
},
"currency": "cop",
"geo": "col",
"tags": [
"accounting"
],
"provider_id": "pr_col_cobre",
"provider_name": "Cobre Balance Colombia",
"account_number": "",
"account_type": "cobre_balance",
"obtained_balance": 36937102,
"obtained_balance_at": "2025-11-25T14:07:45Z",
"created_at": "2025-11-06T15:40:00Z",
"updated_at": "2025-11-25T14:07:45Z"
}
]
}