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
Exchange the refresh token for a new access token via the OAuth token refresh endpoint.
2
listVideosWithNewToken
List the authenticated user's most recent public videos using the newly issued access token.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.