Authorization: Bearer ********************
{}
curl --location -g --request GET '/core/accounts/v1/{{account_id}}' \
--header 'Content-type: application/json;' \
--data-raw '{}'
{
"data": {
"id": "acc-2qNcCxejxLSoLvnVy3E8RkR0R6c",
"country": "MEX",
"balance": "0",
"owner_type": "USER",
"owner_data": {
"user_id": "usr-2qNbahIJjuXRkrJxpAUJaCqfBDU",
"client_id": "cli-2QwjxfTzS7j4bKofxSemnOx0py6",
"company_id": ""
},
"status": "ACTIVE",
"currency": "MXN",
"metadata": {
"extra_property_1": "My value"
},
"created_at": "2024-12-18T07:19:09.339985Z"
}
}