{ "opencollection": "1.0.0", "info": { "name": "athenahealth FHIR Subscriptions API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.platform.athenahealth.com/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Subscription", "type": "folder" }, "items": [ { "info": { "name": "Search Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.platform.athenahealth.com/fhir/r4/Subscription" }, "docs": "Search Subscriptions" }, { "info": { "name": "Create Subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.platform.athenahealth.com/fhir/r4/Subscription", "body": { "type": "json", "data": "{}" } }, "docs": "Create Subscription" }, { "info": { "name": "Read Subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.platform.athenahealth.com/fhir/r4/Subscription/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Read Subscription" }, { "info": { "name": "Delete Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.platform.athenahealth.com/fhir/r4/Subscription/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Subscription" }, { "info": { "name": "Get Subscription Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.platform.athenahealth.com/fhir/r4/Subscription/:id/$status", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Subscription Status" } ] } ], "bundled": true }