{ "opencollection": "1.0.0", "info": { "name": "WorkWave Route Manager Callback API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-WorkWave-Key", "value": "{{X-WorkWave-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Callback", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the configured callback URL.", "type": "http" }, "http": { "method": "GET", "url": "https://wwrm.workwave.com/api/v1/callback" }, "docs": "Retrieve the configured callback URL." }, { "info": { "name": "Set or update the callback URL for asynchronous notifications.", "type": "http" }, "http": { "method": "POST", "url": "https://wwrm.workwave.com/api/v1/callback", "body": { "type": "json", "data": "{}" } }, "docs": "Set or update the callback URL for asynchronous notifications." }, { "info": { "name": "Remove the configured callback URL.", "type": "http" }, "http": { "method": "DELETE", "url": "https://wwrm.workwave.com/api/v1/callback" }, "docs": "Remove the configured callback URL." } ] } ], "bundled": true }