Conventional HTTP response codes are used to indicate the success or failure of an API request
Code | Reason |
---|---|
200 - Ok | Worked as expected. |
400 - Bad Requet | The request was unacceptable, often due to missing a required parameter. |
404 - Not Found | The requested resource with the given Id or Name does not exist. |
500, 50X - Server Errors | Server side error. |