v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Decision

HTTP Proxy

Proxies an HTTP request through the decision engine for testing integrations.

post/api/projects/{projectId}/http-proxy

Path parameters

projectIdstring required

Request body

urlstring required

Target URL for the proxied request

method'HEAD' | 'PATCH' | 'POST' | 'GET' | 'DELETE' required

HTTP method to use for the proxied request

{"stackTrail":"paths:/api/projects/{projectId}/http-proxy:post:requestBody:content:application/json:schema:properties:body","oasType":"schema","type":"unknown","description":"Request body to send with the proxied request"}
{"stackTrail":"paths:/api/projects/{projectId}/http-proxy:post:requestBody:content:application/json:schema:properties:headers","oasType":"schema","type":"unknown","description":"HTTP headers to include in the proxied request"}
{"stackTrail":"paths:/api/projects/{projectId}/http-proxy:post:requestBody:content:application/json:schema:properties:params","oasType":"schema","type":"unknown","description":"Query parameters to include in the proxied request"}
{"stackTrail":"paths:/api/projects/{projectId}/http-proxy:post:requestBody:content:application/json:schema:properties:auth","oasType":"schema","type":"unknown","description":"Authentication configuration for the proxied request"}

Response

Response received from the proxied HTTP request

object required

Response received from the proxied HTTP request