Hello,
I'm trying to test the API https://api.mspbackups.com, but I can't find where I should create the credentials for it. Using my user/password I received the message "The user name or password is incorrect", for example using Curl:
curl -X POST -H "Content-Type: application/json" -d '{"UserName": "testattestdotcom","Password": "XXXXXXX"}' https://api.mspbackups.com/api/Provider/Login
{"error":"invalid_grant","error_description":"The user name or password is incorrect."}