{ "opencollection": "1.0.0", "info": { "name": "Pollfish Apps Demographics API", "version": "2026.07" }, "items": [ { "info": { "name": "Demographics", "type": "folder" }, "items": [ { "info": { "name": "Get respondent demographics", "type": "http" }, "http": { "method": "GET", "url": "https://www.pollfish.com/api/public/v3/apps/demographics", "params": [ { "name": "user", "value": "", "type": "query", "description": "The device id to fetch demographics for." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns the collected demographic profile for a given respondent device id." } ] } ], "bundled": true }