Skip to main content
POST
/
cabinet
/
admin
/
remnawave
/
sync
/
servers
Sync Servers
curl --request POST \
  --url https://api.example.com/cabinet/admin/remnawave/sync/servers \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Response after sync operation.

success
boolean
required
message
string | null
data
Data · object