I’ve got the service account to use it with REST API. I tested that account to confirm whether login works in the browser. I want to test login using REST API in Postman. I referred a couple of posts, but I couldn’t connect using REST API.
Can someone help on what I am missing?
I am using following URL And parameters to login. I am getting no mobile app permission response back.
POST API URL: https://workcaresandbox.sysaidit.com/api/v1/login
Json Body:
{
"user_name":"name",
"password":"********"
}
Response:
{
"status": 401,
"message": "No Mobile App Permission"
}