Conventional HTTP response codes are used to indicate the success or failure of an API request

CodeReason
200 - OkWorked as expected.
400 - Bad RequetThe request was unacceptable, often due to missing a required parameter.
404 - Not FoundThe requested resource with the given Id or Name does not exist.
500, 50X - Server ErrorsServer side error.