{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens File Extraction API", "version": "3.0.0" }, "items": [ { "info": { "name": "File Extraction", "type": "folder" }, "items": [ { "info": { "name": "Hubspot Extract a Zip Archive", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/cms/v3/source-code/extract/async", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates asynchronous extraction of a zip file in the developer file system.\nReturns a task ID that can be used to check extraction status via the status endpoint.\n" }, { "info": { "name": "Hubspot Get Extraction Task Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubapi.com/cms/v3/source-code/extract/async/tasks/:taskId/status", "params": [ { "name": "taskId", "value": "12345", "type": "path", "description": "The unique identifier of the extraction task" } ] }, "docs": "Retrieves the current status of an asynchronous zip file extraction task.\nPoll this endpoint to determine when extraction is complete.\n" } ] } ], "bundled": true }