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
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

providerType
enum<string>
required

Type of external auth provider

Available options:
emailOnly,
magicLink,
apple,
bitbucket,
coinbasesocial,
discord,
epicgames,
facebook,
farcaster,
github,
gitlab,
google,
instagram,
linkedin,
microsoft,
twitch,
twitter,
blocto,
banxa,
coinbaseOnramp,
dynamic,
alchemy,
zerodev,
telegram,
turnkey,
coinbaseWaas,
sms,
spotify,
tiktok,
line,
steam,
shopify

Query Parameters

code
string

Valid oauth code

Example:

"4/0AVHEtk436ug4uWwZN9i2PDpxGTVnLr63IqTNFzTInHce1q2JHQyOCJut9IK2SCZh4JaoSA"

scope
string
state
string
authuser
string
prompt
string
error
string

Valid oauth error

Example:

"access_denied"

Response

200
text/html
Success

The response is of type string.