Skip to main content
POST
/
remnawave
/
sync
/
from-panel
Sync From Panel
curl --request POST \
  --url https://api.example.com/remnawave/sync/from-panel \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "mode": "all"
}'
{
  "success": true,
  "detail": "<string>",
  "data": {}
}

Authorizations

X-API-Key
string
header
required

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