> For the complete documentation index, see [llms.txt](https://qubic.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubic.gitbook.io/docs/guides/qubic-connect-sdk/verify-on-the-server-side.md).

# 在伺服器端驗證登入權限

## Verify access token on the server side

### GET /verify

```
https://auth.qubic.app/verify?access_token=${accessToken}&service=qubic-creator
```

***response example***

```
{
  "scope": "qubic-creator",
  "client_id": "9999",
  "address": "0x6CE72a0Db7534C286fF7b1C6D83028389aa17e56",
  "expires_in": 3596
}
```
