Skip to main content
POST
/
cabinet
/
admin
/
remnawave
/
sync
/
auto
/
run
Run Auto Sync Now
curl --request POST \
  --url https://api.example.com/cabinet/admin/remnawave/sync/auto/run \
  --header 'Authorization: Bearer <token>'
{
  "started": true,
  "success": true,
  "error": "<string>",
  "user_stats": {},
  "server_stats": {},
  "reason": "<string>"
}

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 running sync.

started
boolean
required
success
boolean | null
error
string | null
user_stats
User Stats · object
server_stats
Server Stats · object
reason
string | null