{ "opencollection": "1.0.0", "info": { "name": "Dashboard Allowlists Exports API", "version": "1.0.0" }, "items": [ { "info": { "name": "Exports", "type": "folder" }, "items": [ { "info": { "name": "Get the exports for an environment", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/exports", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" }, { "name": "model", "value": "", "type": "query", "description": "The type of data to export" } ] }, "docs": "Get the exports for an environment" }, { "info": { "name": "Create a new export request for the project environment", "type": "http" }, "http": { "method": "POST", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/exports", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new export request for the project environment" }, { "info": { "name": "Download an export by ID", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/exports/:exportId/download", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" }, { "name": "exportId", "value": "", "type": "path", "description": "ID of the export" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Download an export by ID" }, { "info": { "name": "Get an export using the ID", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/exports/:exportId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" }, { "name": "exportId", "value": "", "type": "path", "description": "ID of the export" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an export using the ID" } ] } ], "bundled": true }