Authorization: Bearer ********************curl --location --request GET 'https://api.cobre.co/v1/counterparties//direct_debit_registrations?status®istration_description&destination_id&created_at&created_gte&created_lte' \
--header 'Authorization: Bearer <token>'{
"total_items": 1,
"total_pages": 1,
"is_last_page": true,
"page_items": 50,
"contents": [
{
"id": "ddr_VtMLeYml0H",
"type": "ach",
"destination_id": "acc_7HzpnrQn3L",
"destination": {
"alias": "Cta Test DDR 01",
"metadata": {
"cobre_tag": "@coraa01518"
},
"provider_id": "pr_col_cobre",
"provider_name": "Cobre Balance Colombia"
},
"status": {
"state": "registered",
"code": "",
"description": ""
},
"registration_description": "Registro DDR 1",
"created_at": "2025-06-25T05:32:09Z",
"updated_at": "2025-07-02T20:32:23Z"
}
]
}