Optionalcreated_When this token was created (ISO 8601).
Optionalcreated_Agent user that minted this token (usr_...). null unless an agent minted it.
Optionalcreated_Developer account that minted this token (dva_...). null unless minted with a developer token.
Optionalcreated_Org of the principal that minted this token (org_...). null on legacy rows.
Optionalcreated_Team that minted this token (tem_...). null unless minted as a team.
Optionalcreated_User who minted this token (usr_...). Distinct from the token subject. null on legacy rows.
Optionalexpires_When the token expires. null on legacy rows that predate stored expiry.
Token ID (sat_...).
Optionallast_When this token was last used to authenticate a request. null if the token has never been used.
OptionalnameHuman-readable label assigned to this token at creation time. null when no label was supplied.
Optionalrevoked_When this token was revoked. null if the token is still active.
OptionalscopesSpace-separated OAuth scopes stamped on the token. null on legacy rows; treat as full_access.
OptionaltokenRaw bearer token string. Present only in the response to the create request; never returned again after that.
A long-lived API credential associated with a system account, used to authenticate server-to-server requests.