Returns the API access key sets for the current user.
GET https://api-<DNS.Edge.URL>/v1/api/apiKeys Authorization: Bearer authorization token
Response
200 OK Content-Type: application/JSON [ { "clientId": <clientId>, "creationTime": <time of creation>, "lastUsedTime": <time of last use> }, .... ]
Successful response code:
- OK - Successful request
Possible error codes:
- UNAUTHORIZED - Missing or invalid token
- INTERNAL SERVER ERROR - Unexpected error