GET
/
environments
/
{environmentId}
/
sdkViews
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/sdkViews
{
  "sdkViews": [
    {
      "type": "login",
      "sections": [
        {
          "type": "email",
          "label": "<string>",
          "numOfItemsToDisplay": 123,
          "defaultItem": "<string>"
        }
      ]
    }
  ]
}

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Response

200
application/json
List of sdk views for this project environment
sdkViews
object[]

Configs used to create the views in the sdk.