Request
The request section provides you the capability to define your API endpoint and initiate the communication. You can select from a range of HTTP methods such asGET
, 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.