{ "opencollection": "1.0.0", "info": { "name": "Okta Application EventHook API", "version": "2.16.0" }, "items": [ { "info": { "name": "EventHook", "type": "folder" }, "items": [ { "info": { "name": "listEventHooks", "type": "http" }, "http": { "method": "GET", "url": "https://your-subdomain.okta.com/api/v1/eventHooks", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "createEventHook", "type": "http" }, "http": { "method": "POST", "url": "https://your-subdomain.okta.com/api/v1/eventHooks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "getEventHook", "type": "http" }, "http": { "method": "GET", "url": "https://your-subdomain.okta.com/api/v1/eventHooks/:eventHookId", "params": [ { "name": "eventHookId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "updateEventHook", "type": "http" }, "http": { "method": "PUT", "url": "https://your-subdomain.okta.com/api/v1/eventHooks/:eventHookId", "params": [ { "name": "eventHookId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "deleteEventHook", "type": "http" }, "http": { "method": "DELETE", "url": "https://your-subdomain.okta.com/api/v1/eventHooks/:eventHookId", "params": [ { "name": "eventHookId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "activateEventHook", "type": "http" }, "http": { "method": "POST", "url": "https://your-subdomain.okta.com/api/v1/eventHooks/:eventHookId/lifecycle/activate", "params": [ { "name": "eventHookId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "deactivateEventHook", "type": "http" }, "http": { "method": "POST", "url": "https://your-subdomain.okta.com/api/v1/eventHooks/:eventHookId/lifecycle/deactivate", "params": [ { "name": "eventHookId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" }, { "info": { "name": "verifyEventHook", "type": "http" }, "http": { "method": "POST", "url": "https://your-subdomain.okta.com/api/v1/eventHooks/:eventHookId/lifecycle/verify", "params": [ { "name": "eventHookId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Success" } ] } ], "bundled": true }