Skip to main content
GET
/
environments
/
{environmentId}
/
sdkViews
/
{sdkViewType}
Get a sdk view given a type and environment
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/sdkViews/{sdkViewType}
{
  "type": "login",
  "sections": [
    {
      "type": "email",
      "label": "<string>",
      "numOfItemsToDisplay": 123,
      "defaultItem": "<string>",
      "alignment": "center"
    }
  ]
}

Path Parameters

environmentId
string
required
Required string length: 36
Example:
sdkViewType
enum<string>
required
Available options:
login

Response

type
enum<string>
required
Available options:
login
sections
object[]