Getting started Community Training Tutorials Documentation APIs, AI & Tools
<http:request-config name="HTTP_Request_configuration">
<http:request-connection host="sampleapi.com/api/v1/" port="80"/>
</http:request-config>
<flow name="requestApiFlow">
<http:request method="GET" config-ref="HTTP_Request_configuration" path="/employee"/>
</flow>



