OAuth authorize endpoint

GET

This endpoint is used to initiate the OAuth authorization flow. there are two purposes for this endpoint: 1. Authenticate a user with an OAuth provider. 2. Link an existing user with an OAuth provider.

Path parameters

provider_idstringRequired

Query parameters

typestringOptional
tokenstringOptional
provider_scopestringOptional
error_redirect_uristringOptional
after_callback_redirect_urlstringOptional
client_idstringRequired
client_secretstringRequired
redirect_uristringRequired
scopestringRequired
statestringRequired
grant_typestringRequired
code_challengestringRequired
code_challenge_methodstringRequired
response_typestringRequired
Built with