Token is an interface datatype for information on a token.

This datatype is used by the token() query field, and another datatype, TokenQueryResultSet, which is used by the tokens() query field.

As an interface, Token is implemented by four datatypes: OrganizationPermissionsToken; PersonalUserToken; SystemPermissionsToken; and ViewPermissionsToken.

Table: Token

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Aug 18, 2025
createdAtlongyes Long-TermThe date the token was created.
expireAtlong  Long-TermThe time at which the token expires.
idstringyes Long-TermThe identifier of the token.
ipFilterstring  Long-TermThe IP filter on the token.
ipFilterV2IPFilter  Long-TermThe IP filter on the token. See IPFilter.
namestringyes Long-TermThe name of the token.