Path Parameters
Required string length:
36Example:
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/settings/providers/urls{
"providerUrls": [
{
"provider": "emailOnly",
"authorizationUrl": "<string>",
"redirectUrl": "<string>",
"scopes": "<string>",
"scopesRefUrl": "<string>"
}
]
}36Show child attributes
Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/settings/providers/urls{
"providerUrls": [
{
"provider": "emailOnly",
"authorizationUrl": "<string>",
"redirectUrl": "<string>",
"scopes": "<string>",
"scopesRefUrl": "<string>"
}
]
}