getAccounts
GET /api/account/getAccounts
Lista todas las cuentas asociadas al Partner autenticado.
getAccounts
{
"value": [
{
"taxId": "{{taxId}}",
"name": "Nombre Organización",
"countryId": "cl",
"status": "Active"
}
],
"isSuccess": true
}