Proxy a request
SEARCH/api/management/transfers/:id/execute/:path
This endpoint is used if the HTTP Data Plane needs to serve as a proxy.
Request
Path Parameters
id stringrequired
Transfer identifier
path anyrequired
Path of receiving application
Responses
- 403
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}