The Spanish version is the authoritative reference. View in Spanish
getAccounts
GET /api/account/getAccounts
Lists all accounts associated with the authenticated Partner.
SBX
https://gosocket-onboarding-api-sbx.gosocket.net/api/account/getAccountsPRD
https://global-apim-prd.gosocket.net/ms-onboardingapi/api/account/getAccountsgetAccounts
{
"value": [
{
"code": "{{taxId}}",
"name": "Nombre Organización",
"country": "cl"
}
],
"isSuccess": true
}