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.


Format

Error results:

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


Successful results:

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