{ "opencollection": "1.0.0", "info": { "name": "Okta Application TrustedOrigin API", "version": "2.16.0" }, "items": [ { "info": { "name": "TrustedOrigin", "type": "folder" }, "items": [ { "info": { "name": "listOrigins", "type": "http" }, "http": { "method": "GET", "url": "https://your-subdomain.okta.com/api/v1/trustedOrigins", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "createOrigin", "type": "http" }, "http": { "method": "POST", "url": "https://your-subdomain.okta.com/api/v1/trustedOrigins", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "getOrigin", "type": "http" }, "http": { "method": "GET", "url": "https://your-subdomain.okta.com/api/v1/trustedOrigins/:trustedOriginId", "params": [ { "name": "trustedOriginId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "updateOrigin", "type": "http" }, "http": { "method": "PUT", "url": "https://your-subdomain.okta.com/api/v1/trustedOrigins/:trustedOriginId", "params": [ { "name": "trustedOriginId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "deleteOrigin", "type": "http" }, "http": { "method": "DELETE", "url": "https://your-subdomain.okta.com/api/v1/trustedOrigins/:trustedOriginId", "params": [ { "name": "trustedOriginId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "activateOrigin", "type": "http" }, "http": { "method": "POST", "url": "https://your-subdomain.okta.com/api/v1/trustedOrigins/:trustedOriginId/lifecycle/activate", "params": [ { "name": "trustedOriginId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "deactivateOrigin", "type": "http" }, "http": { "method": "POST", "url": "https://your-subdomain.okta.com/api/v1/trustedOrigins/:trustedOriginId/lifecycle/deactivate", "params": [ { "name": "trustedOriginId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" } ] } ], "bundled": true }