200 | OK. Returned on GET, PATCH, PUT and most action endpoints. |
201 | Created. Returned on POST for new resources. |
204 | No Content. Returned on DELETE. |
400 | Bad Request. Validation error (see body). |
401 | Unauthorized. Missing or invalid Authorization header. |
403 | Forbidden. Authenticated but not allowed (e.g. wrong workspace). |
404 | Not Found. Either the resource does not exist or it does not belong to the workspace. |
405 | Method Not Allowed. The HTTP verb is not supported by the endpoint. |
500 | Internal Server Error. Open a support ticket if it persists. |