Hello.
I can't login by
api.
I try login by request
curl 'https://billing.time4vps.com/api' -u "username:password", where I using my login and password.
I get 301 redirect to
https://billing.time4vps.com/api/ (url should have backsplash at end)
OK, try new url, then get
{"error":["wronglogin"]}Hm, may be issue that I use Two-Factor Authentication?
I try use code from Google Authenticator as password. Same error.
UC: my username is email address contains point symbol "."
I try encode username, no success.
UPD: I try login using java code using okhttp3 library (code
here).
No success too.
Comments
# With bash, you can just pass the correct header with each request curl 'https://billing.time4vps.com/api' \ -u "username:passowrd"
But really should be used url https://billing.time4vps.com/api/details
The problem is that it is hard to check "Status Update" page every time.
Status API will help to prepare for maintenance.
At least to show some info banner about upcoming maintenance on website for end clients.
I am sure that it's super critical question not for me only.