Passthrough
Make Passthrough Request
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json
Method of the request
Available options:
GET
, POST
, PUT
, PATCH
, DELETE
Path of the request
Example:
"/employees"
headers of the request
Example:
{ "Content-Type": "application/json" }
format of the request
Available options:
JSON
, XML
, MULTIPART
Example:
"JSON"
Body of the request
Response
200
application/json
Successful Response
The response is of type any
.