Back to Explorer

KOOK OAuth endpoints

KOOK OAuth endpoints and related development resources

KOOK authorization endpoint

https://www.kookapp.cn/app/oauth2/authorize
The endpoint to redirect users to in order to grant your application access to their account.

KOOK token endpoint

https://www.kookapp.cn/api/oauth2/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

KOOK userinfo endpoint

https://www.kookapp.cn/api/v3/user/me
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.