TikTok for Developers · Arazzo Workflow
TikTok Refresh Token and List Videos
Version 1.0.0
Refresh an expired access token, then list the authenticated user's recent videos with the new token.
Provider
Workflows
refresh-token-and-list-videos
Rotate the access token, then list the user's recent videos.
Refreshes the access token using a valid refresh token and lists the authenticated user's recent public videos with the new token.
1
refreshAccessToken
refreshToken
Exchange the refresh token for a new access token via the OAuth token refresh endpoint.
2
listVideosWithNewToken
listVideos
List the authenticated user's most recent public videos using the newly issued access token.
Source API Descriptions
openapi