> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bitski.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET Check Token Gate

> Limit access to web pages or other experiences to users who control a specific token.

<Note>Access to this API is available upon request to [sales@bitski.com](mailto:sales@bitski.com).</Note>

### Parameters

<ParamField query="wallet" type="string" required>
  The address of the wallet you want to check
</ParamField>

<ParamField query="gateIds" type="array of string" required>
  The ids of the token gates to check
</ParamField>

### Examples

<img src="https://mintcdn.com/bitski/Et9Vn7Lnb6TuZTLD/assets/images/token-gating-1492c273644ac0dca630fba6ee2ce685.png?fit=max&auto=format&n=Et9Vn7Lnb6TuZTLD&q=85&s=0c44beb577f11bf4dd4ebd7076fa1357" alt="Token Gating" width="5400" height="3600" data-path="assets/images/token-gating-1492c273644ac0dca630fba6ee2ce685.png" />

### Response

<ResponseField name="allowed" type="boolean" required>
  If the user is allowed past the gate
</ResponseField>

<ResponseExample>
  ```json Token Gates Sample Response theme={null}
  {
    "allowed": true
  }
  ```
</ResponseExample>
