The validateToken() GraphQL query is used to validate a JSON web token.

For more information on access tokens of various types, see the Ingest Tokens documentation page.

Syntax

Below is the syntax for the validateToken() query field:

graphql
validateToken(
      jwtToken: string!
   ): boolean!