{ "opencollection": "1.0.0", "info": { "name": "Terra Activity Integrations API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "dev-id", "value": "{{dev-id}}", "placement": "header" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "List supported integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.tryterra.co/v2/integrations" }, "docs": "Lists the wearables, trackers, and health apps available to your developer account." }, { "info": { "name": "List detailed integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.tryterra.co/v2/integrations/detailed", "params": [ { "name": "sdk", "value": "", "type": "query" }, { "name": "enabled_only", "value": "", "type": "query" } ] }, "docs": "Lists supported integrations with detail on the data scopes, SDKs, and capabilities each provider supports, with optional filtering." } ] } ], "bundled": true }