Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
firstline1
titleRest/Json Request Example
{ 
  "type": "send_oath_otp",
  "username": " Manny",
  "spAccountLoginName": "accountname", 
  "spAccountLoginKey";"
 ": "accountkey",
  "deliveryMethod": "sms"
}  

 

The REST response body is a json structure. All responses have the following items at a minimum:

...