v1
latestSwagger 2.02026-08-041113661.2 MBAuth
Login with username and password
post/v1beta/auth/login
Request body
Example request
{
"ip": "123.123.123.123",
"password": "eivr4ReKoz",
"username": "openprovider"
}Response
A successful response.
Example response
{
"code": 0,
"data": {
"reseller_id": 123456,
"token": "20d65561c9636d262e59aec8582c20c7"
},
"desc": ""
}