Skip to main content

getAccount

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

Retrieves the complete data of a specific account.

ParameterLocationReq.Description
countryIdpathRequiredISO country code
taxIdqueryRequiredCompany TaxId
getAccount
{
"value": {
  "taxId": "{{taxId}}",
  "name": "Nombre Organización",
  "countryId": "cl",
  "status": "Active",
  "authenticationMethod": 1,
  "apiKeys": [],
  "certificates": []
},
"isSuccess": true
}