{ "opencollection": "1.0.0", "info": { "name": "Doppler REST ActivityLogs Configs API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Configs", "type": "folder" }, "items": [ { "info": { "name": "List configs", "type": "http" }, "http": { "method": "GET", "url": "https://api.doppler.com/v3/configs", "params": [ { "name": "project", "value": "", "type": "query" }, { "name": "environment", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List configs" }, { "info": { "name": "Create config", "type": "http" }, "http": { "method": "POST", "url": "https://api.doppler.com/v3/configs", "body": { "type": "json", "data": "{}" } }, "docs": "Create config" }, { "info": { "name": "Retrieve config", "type": "http" }, "http": { "method": "GET", "url": "https://api.doppler.com/v3/configs/config", "params": [ { "name": "project", "value": "", "type": "query" }, { "name": "config", "value": "", "type": "query" } ] }, "docs": "Retrieve config" }, { "info": { "name": "Delete config", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.doppler.com/v3/configs/config", "body": { "type": "json", "data": "{}" } }, "docs": "Delete config" } ] } ], "bundled": true }