Errors
Caesar uses standard HTTP response codes to indicate success or failure of an API request.
Successful responses are indicated by a 2xx
status code. With client (you) errors, the API will return a 4xx
status code. With server errors (us), the API will return a 5xx
status code.
By default, all successful requests return a 200 OK
response, regardless of the HTTP method used (GET
, POST
, etc.). The body will contain the relevant resource or acknowledgement payload.