Get the sdk views for an environment
GET
/
environments
/
{environmentId}
/
sdkViews
Authorization
Path
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/sdkViews
{
"sdkViews": [
{
"sections": [],
"type": "login"
}
]
}
Path Parameters
environmentId
string
requiredID of the environment
Response
200 - application/json
sdkViews
object[]
Configs used to create the views in the sdk.
Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/sdkViews
{
"sdkViews": [
{
"sections": [],
"type": "login"
}
]
}