sdk
Get redirect URL for Oauth provider login. This will return a string that the SDK can manipulate before redirecting the browser to.
GET
/
sdk
/
{environmentId}
/
providers
/
{providerType}
/
loginUrl
Authorization
Path
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/providers/{providerType}/loginUrl
{
"url": "<string>"
}
Path Parameters
environmentId
string
requiredID of the environment
providerType
enum<string>
requiredType 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
Response
200 - application/json
url
string
requiredWas this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/providers/{providerType}/loginUrl
{
"url": "<string>"
}