getAccount
GET /api/account/getAccount/{countryId}?taxId={taxId}
Retrieves the complete data of a specific account.
| Parameter | Location | Req. | Description |
|---|---|---|---|
countryId | path | Required | ISO country code |
taxId | query | Required | Company TaxId |
getAccount
{
"value": {
"taxId": "{{taxId}}",
"name": "Nombre Organización",
"countryId": "cl",
"status": "Active",
"authenticationMethod": 1,
"apiKeys": [],
"certificates": []
},
"isSuccess": true
}