Users should be able to use other approaches to loading API keys. The following approaches seem useful, although certainly there are others:
These values should be given in a String parameter. If the API key cannot be found with the given method, then unauthorized.
Users should be able to use other approaches to loading API keys. The following approaches seem useful, although certainly there are others:
GetApiKeys()- The current approach using theGetApiKeysendpointGetApiKeys(customerId)- UseGetApiKeyscustomerIdparameter to filter API keys. The API key'scustomerIdfield must match itsvaluefield.GetApiKeys(name)- UseGetApiKeysnameQueryparameter to filter API keys. The API key'snamefield must match itsvaluefield.These values should be given in a
Stringparameter. If the API key cannot be found with the given method, then unauthorized.