Back to Explorer

Feishu OAuth endpoints

Feishu OAuth endpoints and related development resources

Feishu authorization endpoint

https://open.feishu.cn/open-apis/authen/v1/index
The endpoint to redirect users to in order to grant your application access to their account.

Feishu token endpoint

https://open.feishu.cn/open-apis/authen/v2/oauth/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

Feishu userinfo endpoint

https://open.feishu.cn/open-apis/authen/v1/user_info
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.