sensitive_data parameters, you have the flexibility to customize the API's response format to suit your specific requirements, ensuring that sensitive information details are presented in a secure manner.curl --location --request GET 'https://api.cobre.co/v1/counterparties?page_number&sensitive_data&alias&counterparty_full_name&type&counterparty_id_number&account_number&counterparty_email®istered_account&beneficiary_institution&created_at&created_gte&created_lte' \
--header 'Authorization: Bearer <token>'{
"total_items": 1,
"total_pages": 1,
"is_last_page": false,
"page_items": 50,
"contents": [
{
"id": "cp_NBJCEY7UXn",
"geo": "col",
"type": "cc",
"alias": "Cobre's main account",
"metadata": {
"account_number": "023550031",
"beneficiary_institution": "1023",
"counterparty_email": "fernando.alonso@cobre.co",
"counterparty_fullname": "Fernando Alonso Díaz",
"counterparty_id_number": "5334623427",
"counterparty_id_type": "cc",
"counterparty_phone": "+18800347411",
"registered_account": "false"
},
"created_at": "2025-12-01T05:38:54Z",
"updated_at": "2025-12-01T05:38:54Z"
}
]
}