Forwards a request to a specified gateway endpoint. This endpoint allows you to send requests to other services through the Tyk gateway, which can be useful for testing or accessing protected resources.
The proxy will forward your request to the specified URL, including any headers and body data you provide. It then returns the response from the target service, including status code, headers, and body.
The Tyk Dashboard API Access Credentials
HTTP method for the proxy request (GET, POST, PUT, DELETE, etc.)
Full URL for the proxy request (valid Gateway url), including scheme, host, and path
Headers to be sent with the proxy request
Body of the proxy request, typically used for POST or PUT requests