/v1/api/apiKeys (GET) - BlueCat DNS Edge

DNS Edge User Guide (Service Point v4)

Locale
English
Product name
BlueCat DNS Edge

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:
  • INTERNAL SERVER ERROR - Unexpected error