There are 2 ways to obtain sample output data through HTTP connector.
1. Directly copy from the API of the relevant application
An Open API allows user to directly request for the required data and copy into the response body example in the recipe. Simply type in the API endpoint under the Request URL. Depending on your Response Type, you will then obtain different schema output in later steps.
2.Call the API via recipe
Workato also allows user to make connection to the API of app itself through connection steps with unique authentication. This is simpler in the sense that the Response type will be processed by Workato and user will get the schema output easily.
Both methods allow you to easily obtain the schema output depending on the input available.