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
}