Common Errors ============= The following errors may be returned by multiple endpoints. **400 Bad Request** .. code-block:: json { "message": "Invalid request" } **401 Unauthorized** .. code-block:: json { "message": "Unauthorized" } **404 Not Found** .. code-block:: json { "message": "Resource not found" } **500 Internal Server Error** .. code-block:: json { "message": "Internal server error" }