Skip to main content
POST
/
remnawave
/
sync
/
from-panel
Sync From Panel
curl --request POST \
  --url http://localhost:8080/remnawave/sync/from-panel \
  --header 'Content-Type: application/json' \
  --data '{
  "mode": "all"
}'
{
  "success": true,
  "detail": "<string>",
  "data": {}
}

Body

application/json
mode
enum<string>
default:all
Available options:
all,
new_only,
update_only

Response

Successful Response

success
boolean
required
detail
string | null
data
Data · object