Connections API
OAuth callback
Provider redirect target. Exchanges the auth code, stores encrypted tokens, then redirects to the app with a result flag.
GET
/v1/connections/{provider}/callbackPath & query parameters
providerstringrequired | The provider that initiated the flow. |
codestring (query)required | Authorization code from the provider. |
statestring (query)required | CSRF state issued by /connect. |
Request
# Called by the provider — do not call directly
GET https://api.lyncut.com/v1/connections/youtube/callback?code=4/0Af...&state=st_2kaResponse
HTTP/2 302 Found
Location: https://app.lyncut.com/connections?connected=youtubeWas this page helpful?
Request
# Called by the provider — do not call directly
GET https://api.lyncut.com/v1/connections/youtube/callback?code=4/0Af...&state=st_2kaResponse
HTTP/2 302 Found
Location: https://app.lyncut.com/connections?connected=youtube