Versions Compared

Key

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

To login you need to use an a valid account who has permission to use the API.

Encrypting a plain text password

Link: https://au.itwocx.com/api/latest24.08/api/help/index#!/Login/Login_EncryptPassword

Logging In with Email and Password

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

By using a HTTP POST containing 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.

...

This header against the following interface will then return a session key which can be used for all other interactions.
https://au.itwocx.com/api/latest24.08/api/help/index#!/Login/Login_ByUserToken

Tip
titleCode Sample(s)
  1. C# - Logging In with SSO
  2. Javascript - Logging In with SSO

Using the session key

Link: https://au.itwocx.com/api/latest24.08/api/help/indexindex#!/


Copy & Paste the session key received from logging in into the api_key field in the top right hand corner and click Explore

...