Skip to main content
POST
/
v1
/
game
/
custom-domains
/
{serverId}
/
{domainId}
/
domain-connect
/
complete
Complete Domain Connect callback
curl --request POST \
  --url https://api.waterfall.host/v1/game/custom-domains/{serverId}/{domainId}/domain-connect/complete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "state": "<string>",
  "status": "success",
  "error": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key generated from your Waterfall dashboard

Path Parameters

serverId
string
required
domainId
string
required

Body

application/json
state
string
required
status
enum<string>
Available options:
success,
cancelled,
error
error
string

Response

200

Domain Connect completion result