User Apitoken

ModelsStructures

User Apitoken
#

User API Token

This model accepts additional fields of type Object.

NameDescription
created_time
Decimal
Response Only

when the object has been created, in epoch

id
UUID
Response Only

Unique ID of the object instance in the Mist Organnization

key
String
Response Only
last_used
Number
Response Only
name
String

name of the token

{
  "id": "53f10664-3ce8-4c27-b382-0ef66432349f",
  "key": "1qkb...QQCL",
  "last_used": 1690115110,
  "name": "org_token_xyz",
  "created_time": 116.44,
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}