getAccounts
GET /api/account/getAccounts
Lists all accounts associated with the authenticated Partner.
getAccounts
{
"value": [
{
"taxId": "{{taxId}}",
"name": "Nombre Organización",
"countryId": "cl",
"status": "Active"
}
],
"isSuccess": true
}