Back to Explorer

Tiktok OAuth endpoints

Tiktok OAuth endpoints and related development resources

Tiktok authorization endpoint

https://www.tiktok.com/v2/auth/authorize/
The endpoint to redirect users to in order to grant your application access to their account.

Tiktok token endpoint

https://open-api.tiktok.com/oauth/access_token/
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

Tiktok userinfo endpoint

https://open-api.tiktok.com/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.

Tiktok OAuth documentation and resources