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.