Authorization: Bearer ********************curl --location --request POST 'https://api.cobre.co/v1/accounts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider_id": "pr_col_1007",
"action": "connect",
"account_type": "cc",
"tags": "payroll",
"metadata": {
"account_number": "072122333322221111",
"account_holder_id_type": "nit",
"account_holder_id_number": "96542216"
},
"alias": "Payroll Account"
}'{
"id": "acc_BFDsK9pYov",
"connectivity": {
"status": "connecting",
"description": ""
},
"alias": "Connect de Bancolombia",
"metadata": {
"available_services": [
"",
"account_balance",
"mm_push_from_account",
"account_transactions"
],
"contract_number": ""
},
"currency": "cop",
"geo": "col",
"tags": [
"accounting"
],
"provider_id": "pr_col_1007",
"provider_name": "Bancolombia",
"account_number": "*******2988",
"account_type": "cc",
"obtained_balance": 500000000,
"obtained_balance_at": "2025-11-25T15:02:28Z",
"created_at": "2025-11-25T15:02:28Z",
"updated_at": "2025-11-25T15:02:28Z"
}