Versions Compared

Key

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

The Login API allows users to generate an AuthToken, this is then can be used with all other APIs to securely access available information.

...

Note

A valid user account with ResourceXpress will be required to use this API.
The user's Role will determine which APIs they are granted access to.

Once you have successfully received the AuthToken, store this value for use with other APIs.
Take note of the expiry date, by default, the AuthToken will expire after 30 minutes.

...

Using the API

Request Type

...