{ "opencollection": "1.0.0", "info": { "name": "Dashboard Allowlists Custom Networks API", "version": "1.0.0" }, "items": [ { "info": { "name": "Custom Networks", "type": "folder" }, "items": [ { "info": { "name": "Get all custom networks for an organization", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/organizations/:organizationId/customNetworks", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "ID of organization" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all custom networks for an organization" }, { "info": { "name": "Create a custom network for an organization", "type": "http" }, "http": { "method": "POST", "url": "https://app.dynamicauth.com/api/v0/organizations/:organizationId/customNetworks", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "ID of organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a custom network for an organization" }, { "info": { "name": "Get a specific custom network", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/organizations/:organizationId/customNetworks/:networkId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "ID of organization" }, { "name": "networkId", "value": "", "type": "path", "description": "The unique identifier of the custom network" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a specific custom network" }, { "info": { "name": "Update a custom network", "type": "http" }, "http": { "method": "PUT", "url": "https://app.dynamicauth.com/api/v0/organizations/:organizationId/customNetworks/:networkId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "ID of organization" }, { "name": "networkId", "value": "", "type": "path", "description": "The unique identifier of the custom network" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a custom network" }, { "info": { "name": "Delete a custom network", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.dynamicauth.com/api/v0/organizations/:organizationId/customNetworks/:networkId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "ID of organization" }, { "name": "networkId", "value": "", "type": "path", "description": "The unique identifier of the custom network" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a custom network" } ] } ], "bundled": true }