curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/emailProvider \
--header 'Authorization: Bearer <token>'{
"emailProvider": "emailOnly"
}Return the email provider to be used for signing in with a given email. If an external provider such as magicLink is disabled, this endpoint would return emailOnly. If an external provider such as magicLink is enabled, it will return emailOnly when the email already exists in Dynamic and it is associated with a wallet, otherwise it will return magicLink.
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/emailProvider \
--header 'Authorization: Bearer <token>'{
"emailProvider": "emailOnly"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the environment
36"95b11417-f18f-457f-8804-68e361f9164f"
Email provider response
The 'turnkey' value is deprecated and will be removed in a future version.
emailOnly, magicLink, apple, bitbucket, coinbasesocial, discord, epicgames, facebook, farcaster, github, gitlab, google, instagram, linkedin, microsoft, twitch, twitter, blocto, banxa, coinbaseOnramp, cryptoDotCom, dynamic, alchemy, zerodev, telegram, turnkey, coinbaseWaas, sms, spotify, tiktok, line, steam, shopify, zksync, kraken, blockaid, passkey, okta, sendgrid, resend Was this page helpful?