Start a transfer process
POST/api/management/transfers/:processId/start
Start a transfer process
Request
Path Parameters
processId stringrequired
Process ID
- application/json
Body
endpointstringrequired
propertiesstring[]required
Responses
- 200
Transfer started successfully
- application/json
- Schema
- Example (from schema)
Schema
any
{
"status": "success"
}