Path Parameters
ID of the environment
Required string length:
36
Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Query Parameters
Response
Email provider response
The response is of type object
.
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/emailProvider
{
"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
{
"emailProvider": "emailOnly"
}
ID of the environment
36
"95b11417-f18f-457f-8804-68e361f9164f"
Email provider response
The response is of type object
.
Was this page helpful?