Versions Compared

Key

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

...

Link: https://au.itwocx.com/api/latest/api/help/index#!/Login/Login_ByEmail

By passing a json object containing a valid email address and encrypted password you will receive a session key which can be used for all other interactions.

Image RemovedImage Added

Code Block
{
  "Email": "example@mail.com",
  "EncryptedPassword": "***encrypted***"
}


Note

All requests require a valid user-agent header to pass through the web application firewall protecting iTWO cx.

e.g. User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36

...