BIEASES uses standard HTTP response codes to indicate the success or failure of an API request.
Details will always be provided in the HTTP response body.
Status | Description |
---|---|
200 | OK |
400 | The request was malformed |
404 | The requested resource does not exist |
500 | An internal server error occurred while processing the request |
502 | Bad Gateway |