{ "opencollection": "1.0.0", "info": { "name": "Okta Application NetworkZone API", "version": "2.16.0" }, "items": [ { "info": { "name": "NetworkZone", "type": "folder" }, "items": [ { "info": { "name": "Okta List Network Zones", "type": "http" }, "http": { "method": "GET", "url": "https://your-subdomain.okta.com/api/v1/zones", "params": [ { "name": "after", "value": "", "type": "query", "description": "Specifies the pagination cursor for the next page of network zones" }, { "name": "limit", "value": "", "type": "query", "description": "Specifies the number of results for a page" }, { "name": "filter", "value": "", "type": "query", "description": "Filters zones by usage or id expression" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Enumerates network zones added to your organization with pagination. A subset of zones can be returned that match a supported filter expression or query." }, { "info": { "name": "Okta Add Network Zone", "type": "http" }, "http": { "method": "POST", "url": "https://your-subdomain.okta.com/api/v1/zones", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Adds a new network zone to your Okta organization." }, { "info": { "name": "Okta Get Network Zone", "type": "http" }, "http": { "method": "GET", "url": "https://your-subdomain.okta.com/api/v1/zones/:zoneId", "params": [ { "name": "zoneId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetches a network zone from your Okta organization by `id`." }, { "info": { "name": "Okta Update Network Zone", "type": "http" }, "http": { "method": "PUT", "url": "https://your-subdomain.okta.com/api/v1/zones/:zoneId", "params": [ { "name": "zoneId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates a network zone in your organization." }, { "info": { "name": "Okta Delete Network Zone", "type": "http" }, "http": { "method": "DELETE", "url": "https://your-subdomain.okta.com/api/v1/zones/:zoneId", "params": [ { "name": "zoneId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Removes network zone." }, { "info": { "name": "Okta Activate Network Zone", "type": "http" }, "http": { "method": "POST", "url": "https://your-subdomain.okta.com/api/v1/zones/:zoneId/lifecycle/activate", "params": [ { "name": "zoneId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Activate Network Zone" }, { "info": { "name": "Okta Deactivate Network Zone", "type": "http" }, "http": { "method": "POST", "url": "https://your-subdomain.okta.com/api/v1/zones/:zoneId/lifecycle/deactivate", "params": [ { "name": "zoneId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deactivates a network zone." } ] } ], "bundled": true }