All endpoints return responses in JSON format.

On success returns {'success':true} or requested resource object.

On error returns {error: 'The error message'} object.

HTTP Status CodeDescription
201Success
400Processing error
403Access denied
404Resource not found
426API key expired