Token Object

A Token is assigned to an admin user under the organization.
The Token is stored and managed under the user and is identified in the system by its unique ID, the UUID.

The following table describes the fields in the REST API messages for tags:

FieldTypeDescription
idstringThe UUID. A unique ID of the token.
tokenstringThis is the token signature.
created_atdateThe time when the token details were created.
Standard format of timestamp with a time zone.
ISO_8601
expires_atdateThe time when the token will be expired.
Standard format of timestamp with a time zone.
ISO_8601
jtistringThe "jti" (JWT ID) claim provides a unique identifier for the JWT
user_idstringThe user id this user belongs to. See User Object