OAuth redirect target. Syncs new accounts and bounces back to the profile page.
platform + username, disconnecting the fresh attempt and surfacing a friendly error if the same handle is already connectedsocial_accounts/profile?tab=socials with either connected=<platform> (success) or error=<message> (failure).
connectLateAccount, then wait for the human to complete OAuth. Inspect listLateAccounts afterwards to confirm the new account appeared.Duplicate detection — if a user tries to connect the same LinkedIn handle twice (e.g. once personal, once via re-OAuth), the second attempt is rolled back and they land on /profile?tab=socials&error=....Post backfill — only LinkedIn accounts trigger the Apify post sync, and it runs in the background. The redirect happens before the sync completes.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Platform key forwarded from the initiating connectLateAccount call. Included in the final redirect as ?connected=<platform> on success.
If the OAuth provider rejected the connection, the error description lands here and is forwarded to the UI as ?error=<error>.
Redirect to /profile?tab=socials with success or error parameters. No JSON body. Unauthenticated callers get redirected to /login instead.