1 min readNov 16, 2019
There could be two reasons for that:
- Perhaps the user id and password you sent were not correct
- You didn't add a slash at the end of the URL
401 means unauthorized. So be sure to add a slash at the end of the URL and send the correct details
May I see your code for that part and your postman request. You can create an issue on GitHub so I can see it.