Link Social Account
Link a social account to the user
Authentication
AuthorizationBearer
Bearer token authentication
Request
This endpoint expects an object.
provider
callbackURL
The URL to redirect to after the user has signed in
idToken
requestSignUp
scopes
Additional scopes to request from the provider
errorCallbackURL
The URL to redirect to if there is an error during the link process
disableRedirect
Disable automatic redirection to the provider. Useful for handling the redirection yourself
loginHint
The login hint to use for the authorization code request
additionalParams
Extra query parameters to append to the provider authorization URL (e.g. Cognito identity_provider, Google hd).
additionalData
Response
Success
redirect
Indicates if the user should be redirected to the authorization URL
url
The authorization URL to redirect the user to
status
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error