{ "opencollection": "1.0.0", "info": { "name": "Harbor Challenges Communities API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Communities", "type": "folder" }, "items": [ { "info": { "name": "Harbor Get community details", "type": "http" }, "http": { "method": "GET", "url": "https://api.harbor.gg/v1/communities/:communityId", "params": [ { "name": "communityId", "value": "", "type": "path", "description": "The unique identifier of the Harbor community." } ] }, "docs": "Returns configuration and metadata for the specified community, including name, branding settings, tier structure, and active feature flags." } ] } ], "bundled": true }