v13

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-0148123138.3 KB
Admin

Get Key

get/v1/admin/keys/{key_id}

Path parameters

key_idinteger required

The ID of the key to get.

The ID of the key to get.

Response

Successful Response

object'key'

Type of the object.

idinteger required

ID of the key.

namestring required

Name of the key.

valuestring required

Value of the key.

userinteger required

ID of the user that owns the key.

expiresinteger nullable

Time of expiration, as Unix timestamp. If None, the key never expires.

createdinteger required

Time of creation, as Unix timestamp.