This is the list of possible HTTP status from the API:
- 401 - Unauthorized - in case authentication is required but not provided
- 403 - Forbidden - in case the authenticated user doesn't have access to the requested data
- 404 - Not Found - in case the request data doesn't exist
- 422 - Unprocessable Entity - in case the data submitted is invalid