Skip to main content
GET
/
tiktok
/
oauth
cURL
curl --request GET \
  --url https://backend.clipvision.ai/tiktok/oauth \
  --header 'Authorization: Basic <encoded-value>'
{
  "url": "https://www.tiktok.com/v2/auth/authorize/?client_key=awqec04do93oxxbb&scope=video.publish%2Cvideo.list%2Cvideo.upload%2Cuser.info.basic%2Cuser.info.profile%2Cuser.info.stats&redirect_uri=https%3A%2F%2Fdashboard.clipvision.ai%2Foauth%2Ftiktok&state=zf06v344jy&response_type=code",
  "csrf_state": "zf06v344jy"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

redirect_uri
string
required
Minimum length: 1

Response

OAuth URL generated successfully

OAuth Response Object OpenAPI Schema

url
string
csrf_state
string