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.

StatusDescription
200OK
400Request was malformed
404The resource doesn’t exist
500An internal server error occurred while processing the request
502Bad Gateway