curl --request POST \
--url https://api.example.com/cabinet/admin/remnawave/sync/from-panel \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mode": "all"
}'{
"success": true,
"message": "<string>",
"data": {}
}Sync users from RemnaWave panel to bot.
curl --request POST \
--url https://api.example.com/cabinet/admin/remnawave/sync/from-panel \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mode": "all"
}'{
"success": true,
"message": "<string>",
"data": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Sync mode options.
all, new_only, update_only