OAuth2
复制页面
heStudio API
account
OAuth
OAuth2
OAuth 2.0 Authorization Endpoint
GET
OAuth 2.0 Token Endpoint
POST
UserInfo Endpoint
GET
Private
Create OAuth Token
Verify OAuth Status
OIDC
OIDC 授权端点
OIDC Token 端点
OIDC UserInfo 端点
OAuth2
复制页面
OAuth 2.0 Authorization Endpoint
GET
https://api.hestudio.net
/account/oauth/oauth2/authorize
调试
Initiates the OAuth flow. Validates the client and redirects the user to the login page.
请求参数
Query 参数
生成代码
返回响应
🔵
302
Redirects to the login page (and subsequently to the redirect_uri with code).
该响应没有 Body
🟠
400
🟠
401
修改于
2025-12-20 12:49:51
下一页
OAuth 2.0 Token Endpoint