TikTok for Developers · Arazzo Workflow
TikTok OAuth Login and Profile Bootstrap
Version 1.0.0
Exchange an authorization code for an access token, then immediately read the authenticated user's profile.
Provider
Workflows
oauth-login-and-profile
Exchange an authorization code for tokens and read the user's profile.
Exchanges the OAuth authorization code for access and refresh tokens, then reads the authenticated user's profile using the new access token.
1
exchangeCode
exchangeToken
Exchange the authorization code for an access token and refresh token via the OAuth token endpoint.
2
getProfile
getUserInfo
Read the authenticated user's profile using the freshly issued access token.
Source API Descriptions
openapi