Testing Request and Response Transformation Policies
About this task
You can test request and response transformation policy by invoking the REST API URI in Postman. Specify the REST API URI with the required method in the format as follows:

Let's test the request and response transformation policies applied for the ConsumerAPI
example. In this example, to test whether the request and response transformation policies
are working as expected, let's the invoke the API endpoint by adding the
X-Api-Consumer-Secret
header with the API secret key value
xyz
. The API request should be authorized and retrieve the product
information with the customized response.
Before you begin
Ensure that you have Postman installed in your system, or you can you use the web version of Postman.
To test request and response transformation policies using Postman