Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Minimum length:
1curl --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"
}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"
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
1