{ "opencollection": "1.0.0", "info": { "name": "Metriport Consolidated Settings API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "Get Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.metriport.com/settings" }, "docs": "Returns the account settings, including the configured webhook URL." }, { "info": { "name": "Update Settings", "type": "http" }, "http": { "method": "POST", "url": "https://api.metriport.com/settings", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the account webhook URL." }, { "info": { "name": "Get Webhook Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.metriport.com/settings/webhook" }, "docs": "Returns the status of webhook request delivery for the account." }, { "info": { "name": "Retry Webhook Requests", "type": "http" }, "http": { "method": "POST", "url": "https://api.metriport.com/settings/webhook/retry" }, "docs": "Retries any failed webhook requests for the account." } ] } ], "bundled": true }