LynCutLynCut

Connections API

Start OAuth flow

302-redirects the user to the provider consent screen. Not for XHR — open this URL in the user's browser.

GET/v1/connections/{provider}/connect

Path & query parameters

provider
stringrequired
youtube | tiktok | facebook | x | linkedin | threads

Request

# Open in the user's browser — this is a redirect endpoint
open "https://api.lyncut.com/v1/connections/youtube/connect"

Response

HTTP/2 302 Found
Location: https://accounts.google.com/o/oauth2/v2/auth?client_id=...

Was this page helpful?