Not logged in - Login
< back

REST API v1.0 - Outputs

Each API call will return a JSON message. All results are clear and has a description. We tried to describe everything in description and we hope you will find the problem simply using this.this message.


Format

Error results:

{ "type": "ERROR", "message": "Error Description" }


Successful results:

{ "type": "OK", "message": "Description" }