Learn more by reviewing the documentation for
/passthrough
Request
Passthrough Input
The method for the third-party request, such as
GET
or POST
.Allowed values: GET
POST
PUT
PATCH
DELETE
The path for the third-party request, such as
/reports
Example: /reports
The headers to use for the request (Terminal will handle the connection’s
authorization headers)
The request bodyExample:
{"reportId":"1234"}
Response
Passthrough Output
The HTTP method that was used when making the request.Example:
POST
The path that was called with the passthrough request.Example:
GET
The resulting status code from the passthrough request.Example:
200
Any returned headers from the passthrough request.
The response body from the passthrough request