Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Type

Purpose

errorId

Integer

Error identificator.
0 - no error, errorCode property missing
1 - error, information about it is in the errorCode property

errorCode

String

Error code. Check out errors list.

balance

IntegerDecimal

The number of captchas money available for recognition

Example:

Code Block
languagejson
{
    "errorId":0,
    "balance": 345.678
}