API schema
Schema

UserInfo

Basic information about user subscription

Type: object

Properties

NameTypeDescription
accountnumberstringUser's account number
passstringUser password
tokenstringauthentication token to include in all other API request.
appidstringstring representing developers app id
expirationstringaccount's expiration date
errerr

Example shape

{
  "accountnumber": "string",
  "pass": "string",
  "token": "string",
  "appid": "string",
  "expiration": "string",
  "err": {
    "example": "err"
  }
}