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 input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for 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.