curl --request GET \
--url http://localhost:8080/cabinet/admin/remnawave/squads/{squad_uuid}{
"uuid": "<string>",
"name": "<string>",
"members_count": 123,
"inbounds_count": 123,
"inbounds": [
{}
],
"local_id": 123,
"display_name": "<string>",
"country_code": "<string>",
"description": "<string>",
"is_available": true,
"is_trial_eligible": true,
"price_kopeks": 123,
"max_users": 123,
"current_users": 123,
"sort_order": 123,
"is_synced": false,
"active_subscriptions": 0
}Get detailed information about a squad.
curl --request GET \
--url http://localhost:8080/cabinet/admin/remnawave/squads/{squad_uuid}{
"uuid": "<string>",
"name": "<string>",
"members_count": 123,
"inbounds_count": 123,
"inbounds": [
{}
],
"local_id": 123,
"display_name": "<string>",
"country_code": "<string>",
"description": "<string>",
"is_available": true,
"is_trial_eligible": true,
"price_kopeks": 123,
"max_users": 123,
"current_users": 123,
"sort_order": 123,
"is_synced": false,
"active_subscriptions": 0
}Successful Response
Detailed squad response.