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:
Field | Type | Description |
---|---|---|
id | string | The UUID. A unique ID of the token. |
token | string | This is the token signature. |
created_at | date | The time when the token details were created. Standard format of timestamp with a time zone. ISO_8601 |
expires_at | date | The time when the token will be expired. Standard format of timestamp with a time zone. ISO_8601 |
jti | string | The "jti" (JWT ID) claim provides a unique identifier for the JWT |
user_id | string | The user id this user belongs to. See User Object |