curl --request GET \
--url http://localhost:8080/cabinet/admin/remnawave/squads{
"items": [
{
"uuid": "<string>",
"name": "<string>",
"members_count": 123,
"inbounds_count": 123,
"inbounds": [
{}
],
"local_id": 123,
"display_name": "<string>",
"country_code": "<string>",
"is_available": true,
"is_trial_eligible": true,
"price_kopeks": 123,
"max_users": 123,
"current_users": 123,
"is_synced": false
}
],
"total": 123
}Get list of all squads with local database info.
curl --request GET \
--url http://localhost:8080/cabinet/admin/remnawave/squads{
"items": [
{
"uuid": "<string>",
"name": "<string>",
"members_count": 123,
"inbounds_count": 123,
"inbounds": [
{}
],
"local_id": 123,
"display_name": "<string>",
"country_code": "<string>",
"is_available": true,
"is_trial_eligible": true,
"price_kopeks": 123,
"max_users": 123,
"current_users": 123,
"is_synced": false
}
],
"total": 123
}