Saltar al contenido principal

getAccount

GET /api/account/getAccount/{countryId}?taxId={taxId}

Obtiene los datos completos de una cuenta específica.

ParámetroUbicaciónReq.Descripción
countryIdrutaRequeridoCódigo ISO del país
taxIdqueryRequeridoTaxId de la empresa
getAccount
{
"value": {
  "taxId": "{{taxId}}",
  "name": "Nombre Organización",
  "countryId": "cl",
  "status": "Active",
  "authenticationMethod": 1,
  "apiKeys": [],
  "certificates": []
},
"isSuccess": true
}