> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/apps/llms.txt)
> Source: https://docs.saleor.io/api-reference/apps/mutations/app-token-verify

# appTokenVerify Mutation

Verify provided app token.

```graphql
appTokenVerify(
  token: String!
): AppTokenVerify
```

Details

```graphql
type AppTokenVerify {
  valid: Boolean!
  appErrors: [AppError!]! @deprecated
  errors: [AppError!]!
}
```

<a id="arguments"></a>

### Arguments

<a id="token"></a>

#### [`token`](#token) ● [`String!`](/api-reference/miscellaneous/scalars/string.md)

App token to verify.

<a id="type"></a>

### Type

<a id="apptokenverify"></a>

#### [`AppTokenVerify`](/api-reference/apps/objects/app-token-verify.md)

Verify provided app token.
