Authorization: Bearer ********************curl --location --request POST 'https://api.cobre.co/v1/account_verifications' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "mex_acc_ownership_1",
"verification_request": {
"account_number": "123456789101112130",
"account_type": "clabe",
"account_holder_id_number": "A1B2C3D4E5",
"account_holder_id_type": "rfc"
},
"external_id": "ext_id_to_acct_verification_23"
}'{
"id": "av_134trewqe2",
"creator_id": "cli_abc123",
"model": "mex_acc_ownership_1",
"geo": "mex",
"verification_request": {
"account_number": "123456789101112130",
"account_type": "clabe",
"account_holder_id_number": "A1B2C3D4E5",
"account_holder_id_type": "rfc"
},
"verification_response": {
"verification_result": "matched"
},
"satatus": {
"state": "processing",
"code": "-",
"description": "-"
},
"external_id": "ext_id_to_acct_verification_23",
"created_at": "2025-07-27T21:28:07Z",
"updated_at": "2025-07-27T23:28:07Z"
}