Test and play around with your RESTful API endpoints.
GET
, POST
, PUT
etc. You can read more about HTTP methods in RESTful protocol.
You can also add dynamic behaviors to your requests by specifying Headers
, Request Body
, Authorization Headers
, Parameters
, and Pre-request scripts
.
Postdata also provides the capability to run Tests
on the responses you receive.