GET v1/Customer/GetSecurityQuestionsForCurrentCustomer

Load the security questions tied to the current customer. Customer identity is read from authenticated token

Request Information

No Parameters

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>