sensitive_data parameters, you have the flexibility to customize the API's response format to suit your specific requirements, ensuring that sensitive counterparty details are presented in a secure manner.Authorization: Bearer ********************curl --location --request GET 'https://api.cobre.co/v1/counterparties/?sensitive_data' \
--header 'Authorization: Bearer <token>'{
"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"
}