The Spanish version is the authoritative reference. View in Spanish
getApiKeys
GET /api/account/getApiKeys/{countryId}?taxId={taxId}
Lists the ApiKeys generated for a client account.
SBX
https://gosocket-onboarding-api-sbx.gosocket.net/api/account/getApiKeys/{countryId}PRD
https://global-apim-prd.gosocket.net/ms-onboardingapi/api/account/getApiKeys/{countryId}| Parameter | Location | Req. | Description |
|---|---|---|---|
countryId | path | Required | ISO country code |
taxId | query | Required | Company TaxId |
getApiKeys
{
"value": [
{
"id": "{{apiKeyId}}",
"accountCodes": ["{{taxId}}"],
"timestamp": "{{timestamp}}",
"authMethod": "OAuth2",
"apiUser": "{{apiKeyUser_client}}",
"apiPassword": "{{apiKeyPass_client}}",
"lastUseIp": "{{lastUseIp}}",
"lastUse": "{{lastUse}}",
"description": null,
"lock": false,
"fields": null,
"enabled": true
}
],
"status": 0,
"isSuccess": true
}