PUT v1/Customer/GetEmailFromSecurityCode

Get the customer email from their unique user code (GUID)

Request Information

Parameters (ParameterName * = required)

Name
Description
Sample Value
SecurityCode *
The user code sent in the email
1eab270b-5ae0-430c-9973-3c741c9ac901

Response Information

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>