Requests
In Apicize, Requests define the webservice endpoint you want to call and test. At a minimum, each request requires a URL and method to be defined.
Requests can optionally be grouped, which allows request tests to be run in concurrently or in sequence, which facilitates passing values between them. This can be useful, for example, when testing a sequence of API calls to create, retrieve, update and delete a record (i.e. CRUD).

Requests are configured using the following panes:
- Info: Basic call information (name, URL, method)
- Query String: Query string variables to append to URL
- Headers: Headers to include with request
- Body: Data to include in request body when calling with POST/PUT
- Test: Test script to validate call results
- Parameters: Authorization, certificate, proxy and scenario variables