BIEASES uses standard HTTP response codes to indicate whether an API request is successful or not.
Details will always be contained within the HTTP body.
Status | Description |
---|---|
200 | OK |
400 | Request was malformed |
404 | The resource doesn’t exist |
500 | An internal server error occurred while processing the request |
502 | Bad Gateway |