{ "opencollection": "1.0.0", "info": { "name": "Orum Authentication Secure webhooks API", "version": "v2022-09-21" }, "items": [ { "info": { "name": "Secure webhooks", "type": "folder" }, "items": [ { "info": { "name": "Retrieve public-private key pair", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.orum.io/webhooks/secret", "headers": [ { "name": "Orum-Version", "value": "" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve public-private key pair" }, { "info": { "name": "Initialize public-private key pair", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.orum.io/webhooks/secret", "headers": [ { "name": "Orum-Version", "value": "" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Initialize public-private key pair" } ] } ], "bundled": true }