Google News
logo
Web Services - Interview Questions
What are the written status codes for REST API?
REST API generally returns the following status codes in HTTP response :
 
* 200 OK
* 201 Created
* 202 Accepted
* 302 Found
* 400 Bad Request
* 401 Unauthorized 
* 404 Not Found
* 405 Method Not Allowed
* 409 Conflict
* 500 Internal Server Error
Advertisement