Authorization: Bearer ********************curl --location --request GET 'https://api.cobre.co/v1/account_references?type=&status=&source_id=&value=&alias' \
--header 'Authorization: Bearer <token>'{
"total_items": 1,
"total_pages": 1,
"is_last_page": true,
"page_items": 1,
"contents": [
{
"id": "ref_xZZadTBGURYMvhl",
"alias": "This is my first account reference",
"type": "virtual_clabe_accounts",
"value": "703013052111000038",
"source_id": "acc_4YLFZexLGF",
"geo": "string",
"connectivity": {
"status": "enabled",
"description": " "
},
"metadata": {},
"created_at": "2025-12-29T18:52:16Z",
"updated_at": "2025-12-29T18:52:16Z"
}
]
}