HTTP Response

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.

StatusDescription
200OK
400The request was malformed
404The requested resource does not exist
500An internal server error occurred while processing the request
502Bad Gateway