Which HTTP method is commonly used to read or retrieve data in a RESTful API?

  • DELETE
  • GET
  • POST
  • PUT
The HTTP method commonly used to read or retrieve data in a RESTful API is GET. It is used to fetch information from a specified resource. Other methods (POST, PUT, DELETE) are typically used for creating, updating, and deleting resources.
Add your answer
Loading...

Leave a comment

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