🔗 Console REST APIAPI Keys

Get API keys

Retrieves all API keys for the current organization

GET
/api/apikeys
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://api-console.apibricks.io/api/apikeys"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "apikey": "string",
    "productName": "string",
    "created": "2019-08-24T14:15:22Z",
    "lastUpdate": "2019-08-24T14:15:22Z",
    "lastUsedSeconds": 0,
    "isActive": true,
    "displayName": "string",
    "jwtAlgorithm": "string",
    "jwtFingerprint": "string",
    "emailOfCreator": "string",
    "keyType": "string"
  }
]
Service StatusGitHub SDK