You are on page 1of 1

For REST API testing we will need to specify an endpoint that we want to use.

Endpoints define some kind of resource on a server that we want information about.
We also need to define an http method. These methods are things like GET, POST,
PUT, DELETE, etc. and they tell the server whether we are trying to retrieve
information or what kinds of modifications we would like the application to do.

You might also like