v1

latestSwagger 2.02026-08-041113661.2 MB
Auth

Login with username and password

post/v1beta/auth/login

Request body

ipstring
passwordstring
usernamestring

Example request

{
  "ip": "123.123.123.123",
  "password": "eivr4ReKoz",
  "username": "openprovider"
}

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 0,
  "data": {
    "reseller_id": 123456,
    "token": "20d65561c9636d262e59aec8582c20c7"
  },
  "desc": ""
}
All 111 operations