{ "opencollection": "1.0.0", "info": { "name": "FullStory Segments Export Batch Import Exports API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Exports", "type": "folder" }, "items": [ { "info": { "name": "Create a segment export", "type": "http" }, "http": { "method": "POST", "url": "https://api.fullstory.com/segments/v1/exports", "body": { "type": "json", "data": "{}" } }, "docs": "Schedules an asynchronous export based on the provided segment. The progress and results of the export can be fetched from the operations API. Two export types are available: individuals (information about users matching the segment) and events (events performed by matching users)." } ] } ], "bundled": true }