# Gee ID OAuth 2.0 API ## API Docs - OAuth2 [用户授权页](https://geeid.apifox.cn/441972238e0.md): 将用户重定向到此地址;用户同意后,Gee ID 重定向至 `redirect_uri?code=CODE&state=STATE`。 - OAuth2 [使用授权码换取 Access Token](https://geeid.apifox.cn/441972239e0.md): 用户同意授权后,Gee ID 重定向至 `redirect_uri?code=CODE&state=STATE`,后端使用回调中的 `code` 发起本请求。**Content-Type: application/json**。 - User [获取用户信息](https://geeid.apifox.cn/441972240e0.md): 请求头必须包含 `Authorization: Bearer YOUR_ACCESS_TOKEN`。 ## Schemas - [TokenRequest](https://geeid.apifox.cn/263236690d0.md): - [TokenResponse](https://geeid.apifox.cn/263236691d0.md): - [UserInfoEnvelope](https://geeid.apifox.cn/263236692d0.md): - [UserInfoData](https://geeid.apifox.cn/263236693d0.md): - [UserInfoErrorEnvelope](https://geeid.apifox.cn/263236694d0.md): - [ErrorBody](https://geeid.apifox.cn/263236695d0.md):