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 Code | Description |
---|---|
201 | Success |
400 | Processing error |
403 | Access denied |
404 | Resource not found |
426 | API key expired |