getApiKeys
GET /api/account/getApiKeys/{countryId}?taxId={taxId}
Lists the ApiKeys generated for a client account.
| Parameter | Location | Req. | Description |
|---|---|---|---|
countryId | path | Required | ISO country code |
taxId | query | Required | Company TaxId |
getApiKeys
{
"value": [
{
"apiKeyId": "{{apiKeyId}}",
"apiKeyUser": "{{apiKeyUser_client}}",
"apiKeyPass": "{{apiKeyPass_client}}",
"enabled": true,
"authenticationMethod": 1
}
],
"isSuccess": true
}