curl --request GET \
--url https://api.example.com/cabinet/admin/remnawave/status \
--header 'Authorization: Bearer <token>'{
"is_configured": true,
"configuration_error": "<string>",
"connection": {
"status": "<string>",
"message": "<string>",
"api_url": "<string>",
"status_code": 123,
"system_info": {}
}
}Get RemnaWave configuration and connection status.
curl --request GET \
--url https://api.example.com/cabinet/admin/remnawave/status \
--header 'Authorization: Bearer <token>'{
"is_configured": true,
"configuration_error": "<string>",
"connection": {
"status": "<string>",
"message": "<string>",
"api_url": "<string>",
"status_code": 123,
"system_info": {}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.