v1

latestSwagger 2.02026-07-17172265595.1 KB
keys

Get API keys List

Gets list of all keys.

get/auth/api/v1/keys

Response

OK

activeboolean

Activity state of the key

created_atstring

Creation timestamp in UTC

creator_user_idstring

Unique identifier of the user who created the key

idinteger

Unique identifier for the key

maskedKeystring

Masked key

namestring

Name of the key

role_name'admin' | 'editor' | 'viewer'
updated_atstring

Last update timestamp in UTC

Example response

[
  {
    "active": true,
    "created_at": "2023-03-31T09:36:09.855Z",
    "creator_user_id": "auth|123456789",
    "id": 1,
    "maskedKey": "abc...de",
    "name": "example",
    "updated_at": "2023-04-21T08:53:09.928Z"
  }
]