PUT v1/Customer/GetSecurityQuestions
Load the security questions tied to the customer account. Used for unathenticated request
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
CustomerEmail *
The login email of the user
yourname@example.com
Response Information
Response body formats
application/json, text/json
Sample:
[ "PetName", "PetName", "PetName" ]
application/xml, text/xml
Sample:
<ArrayOfCustomerSecurityQuestion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.Common"> <CustomerSecurityQuestion>PetName</CustomerSecurityQuestion> <CustomerSecurityQuestion>PetName</CustomerSecurityQuestion> <CustomerSecurityQuestion>PetName</CustomerSecurityQuestion> </ArrayOfCustomerSecurityQuestion>