What status code is returned by a RESTful API to indicate a successful request?

  • 200 OK
  • 201 Created
  • 404 Not Found
  • 500 Internal Server Error
The status code returned by a RESTful API to indicate a successful request is 200 OK. This status code indicates that the request was successful, and the server has fulfilled the client's request.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *