# Search communities List of communities, if no search criteria is provided then all communities will be returned Endpoint: GET /v1/community/search Version: 1.0 Security: bearerAuth ## Request fields (application/json): - `communityIds` (array) List of Community Ids Example: [4,2445,2434] ## Response 200 fields (application/json): - `id` (integer) Community id Example: 3 - `name` (string) Name Example: "Bowl of Soup" - `club` (boolean) Flag if the community is a club with sub communities Example: true - `clubCommunityId` (integer) The community id of the club this community is associated with Example: 24