{ "opencollection": "1.0.0", "info": { "name": "TikTok Content Posting OAuth API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "OAuth", "type": "folder" }, "items": [ { "info": { "name": "Exchange Authorization Code for Token", "type": "http" }, "http": { "method": "POST", "url": "https://open.tiktokapis.com/v2/oauth/token/", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Exchanges an authorization code for an access token and refresh token. Called after the user completes the TikTok OAuth authorization flow." }, { "info": { "name": "Refresh Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://open.tiktokapis.com/v2/oauth/token/refresh/", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Refreshes an expired access token using a valid refresh token." }, { "info": { "name": "Revoke Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://open.tiktokapis.com/v2/oauth/revoke/", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Revokes a user's access token, ending their authorized session with the third-party application." } ] } ], "bundled": true }