Prerequisites

Before using the APIs in this guide, make sure the following are true:

You can either use User Account or Service account for accessing APIs

For Using User Account,
  • You should either provide session ID or username and password in the headers. sessionid - This is the AppViewX session ID.

    (or)

    username - This is the AppViewX username.

    password - This is the AppViewX password.

    None of the APIs will work without one of these mandatory headers. If all of the above headers are provided, sessionid will have higher precedence over username/password and it will be used for authentication.

For Using Service Account,
  • You should provide Access Token in the headers.