Skip to main content
POST
/
v1
/
game
/
importer
/
{serverId}
/
import
/
start
Start file import
curl --request POST \
  --url https://api.waterfall.host/v1/game/importer/{serverId}/import/start \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "host": "<string>",
  "port": 123,
  "username": "<string>",
  "password": "<string>",
  "path": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key generated from your Waterfall dashboard

Path Parameters

serverId
string
required

Body

application/json
host
string
required
port
integer
required
username
string
required
password
string
required
path
string

Response

200

Import started