Skip to main content
POST
/
v1
/
game
/
subdomains
/
{serverId}
/
subdomains
Create subdomain
curl --request POST \
  --url https://api.waterfall.host/v1/game/subdomains/{serverId}/subdomains \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "subdomain": "<string>",
  "allocationId": 123
}
'

Authorizations

Authorization
string
header
required

API key generated from your Waterfall dashboard

Path Parameters

serverId
string
required

Body

application/json
subdomain
string
required
allocationId
integer
required

Response

200

Subdomain created