GET v1/Customer/GenerateAuthorizationCode

Generates a random customer's authentication code (to be sent to customer's mobile device which he/she can enter on the website for confirmation)

Request Information

No Parameters

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>