Request Parameters:

URL: ../Api/Client/GetLoginForm

Header:
Content-Type: application/json


Parameter:
{
    "CheckoutAsGuest":true,
    "ApiSecretKey":"f120v117p106g101i99w120p118y100" 
}
Response :
{
    "CheckoutAsGuest": true,
    "Email": null,
    "UsernamesEnabled": false,

    "RegistrationType": 1,
    "Username": null,
    "Password": null,
    "RememberMe": false,
    "DisplayCaptcha": false,
    "CustomProperties": {}
}