Skip to main content
Skip table of contents

What API do I use to authenticate?

API Endpoint: v1/api/integration/login

Method: POST

Authentication API

JSON
{
  "userName": "string",
  "password": "string"
}

Success Response will be as follows:

JSON
{
  "message": "string",
  "idToken": "string",
  "accessToken": "string",
  "refreshToken": "string",
  "success": true
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.