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 message.


Format

Error results:


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


Successful results:


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