GET
/
sdk
/
{environmentId}
/
providers
/
{providerType}
/
redirect
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/providers/{providerType}/redirect
"<string>"

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36
providerType
enum<string>
required

Type of external auth provider

Available options:
emailOnly,
magicLink,
apple,
bitbucket,
discord,
facebook,
github,
gitlab,
google,
instagram,
linkedin,
microsoft,
twitch,
twitter,
blocto,
banxa,
dynamic,
alchemy,
zerodev,
turnkey

Query Parameters

code
string

Valid oauth code

scope
string
state
string
authuser
string
prompt
string
error
string

Valid oauth error

Response

200
text/html
Success

The response is of type string.