{ "opencollection": "1.0.0", "info": { "name": "Dashboard Allowlists Environments API", "version": "1.0.0" }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "Find an environment by ID", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Find an environment by ID" }, { "info": { "name": "Updates the environment settings", "type": "http" }, "http": { "method": "PUT", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates the environment settings" }, { "info": { "name": "Get the unique number of visitors for an environment by environment ID", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/statistics/visitors", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the unique number of visitors for an environment by environment ID" }, { "info": { "name": "Get keys for an environment given environmentId", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/keys", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get keys for an environment given environmentId" }, { "info": { "name": "Get Live and Sandbox environments by projectId", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/projects/:projectId/environments", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "ID of project" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Live and Sandbox environments by projectId" } ] } ], "bundled": true }