GET
/iam/api/v1/api-keys

Authentication

API Key (BearerAuth)

  • Header: Authorization

Responses

200
OK

Example:

[
  {
    "created_at": "string",
    "expires_at": "string",
    "id": "string",
    "key_prefix": "string",
    "last_used_at": "string",
    "name": "string",
    "scopes": [
      "string"
    ]
  }
]
401
Unauthorized

Example:

{
  "key": "value"
}