Skip to main content

Generate OAuth2ProviderConnectionToken

POST 

/api/users/me/providers/oauth2/token

Generate an OAuth2ProviderConnectionToken that enables the user to connect new OAuth2 providers.

You can learn more about connecting OAuth2 providers to existing accounts here.

Tokens

  • A valid AccessToken is required.
  • A valid StepUpToken is required. This token should match user and session contained in the AccessToken.

Request

Responses

Returns the token if header authentication is enabled.