Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetAPIKeyResponse

example

{
  "id": "PDJSYJNBTDBP",
  "registration_time": 1548604295
  "nickname": "",
  "root": false,
  "permissions_document": {
    "version": "1",
    "default_allow": true,
    "permissions": {
      "api_keys": {
        "allow_create": false,
        "allow_update": false,
        "allow_delete": false
      }
    }
  }
}

Hierarchy

  • GetAPIKeyResponse

Index

Properties

id

id: string

nickname

nickname: string

permissions_document

permissions_document: PermissionsDocument

registration_time

registration_time: number

Unix timestamp (integer) when this key was created. Could be 0 if root key.

root

root: boolean