Skip to main content
Skip table of contents

How do I authenticate myself to access the JOYN FSM APIs?

Enter your username and password to authenticate yourself in the format below:

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

Once you are authenticated, you will see a response in the following format:

CODE
{
  "message": "string",
  "idToken": "string",
  "accessToken": "string",
  "refreshToken": "string",
  "success": true
}

You may now use the “idToken” above as your authentication to utilize the rest of the JOYN FSM APIs.

JavaScript errors detected

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

If this problem persists, please contact our support.