> For the complete documentation index, see [llms.txt](https://intella.gitbook.io/scan2pay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intella.gitbook.io/scan2pay/api-gui-ge-shui-ming/que-ren-token.md).

# 確認token

<mark style="color:blue;">`GET`</mark> `https://intella-sso-server-domain/oauth/check_token`

#### Query Parameters

| Name  | Type   | Description |
| ----- | ------ | ----------- |
| token | string | token       |

{% tabs %}
{% tab title="200 " %}

```
{    "user_name": "xxx"   }
```

{% endtab %}
{% endtabs %}
