Link a new OAuth provider to the current authenticated user
Initiates an OAuth 2.0 flow to link an additional provider to the currently authenticated user’s account. Requires a valid access token. The flow and callback behavior are identical to the Authorize OAuth endpoint. The authenticated user’s ID is taken from the access token — it cannot be specified in the request body.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer {accessToken} — a valid access token for the user linking the provider."google", "github", "apple",
"facebook".redirectAfterAuth with one of:
On success — Tokens in the URL fragment (new tokens are issued for the linked account):
Provider Not Configured — 400
Invalid Redirect URI — 400