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
required

ID of the environment

Response

200 - application/json
sdkViews
object[]

Configs used to create the views in the sdk.

Was this page helpful?