/v1/api/apiKeys (GET) - BlueCat Edge - Service Point v3.x.x

BlueCat Edge API Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x

Returns the API access key sets for the current user.

GET https://api-<BlueCat.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