{ "opencollection": "1.0.0", "info": { "name": "Metriport Consolidated Devices Data API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Devices Data", "type": "folder" }, "items": [ { "info": { "name": "Get Activity Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.metriport.com/activity", "params": [ { "name": "userId", "value": "", "type": "query", "description": "The Metriport user ID." }, { "name": "date", "value": "", "type": "query", "description": "The day to fetch data for, in YYYY-MM-DD format." } ] }, "docs": "Retrieves normalized activity data for a user on a given date." }, { "info": { "name": "Get Biometrics Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.metriport.com/biometrics", "params": [ { "name": "userId", "value": "", "type": "query", "description": "The Metriport user ID." }, { "name": "date", "value": "", "type": "query", "description": "The day to fetch data for, in YYYY-MM-DD format." } ] }, "docs": "Retrieves normalized biometrics data (heart rate, HRV, respiration, blood pressure, glucose, temperature) for a user on a given date." }, { "info": { "name": "Get Body Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.metriport.com/body", "params": [ { "name": "userId", "value": "", "type": "query", "description": "The Metriport user ID." }, { "name": "date", "value": "", "type": "query", "description": "The day to fetch data for, in YYYY-MM-DD format." } ] }, "docs": "Retrieves normalized body data (weight, height, body fat) for a user." }, { "info": { "name": "Get Nutrition Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.metriport.com/nutrition", "params": [ { "name": "userId", "value": "", "type": "query", "description": "The Metriport user ID." }, { "name": "date", "value": "", "type": "query", "description": "The day to fetch data for, in YYYY-MM-DD format." } ] }, "docs": "Retrieves normalized nutrition data for a user on a given date." }, { "info": { "name": "Get Sleep Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.metriport.com/sleep", "params": [ { "name": "userId", "value": "", "type": "query", "description": "The Metriport user ID." }, { "name": "date", "value": "", "type": "query", "description": "The day to fetch data for, in YYYY-MM-DD format." } ] }, "docs": "Retrieves normalized sleep data for a user on a given date." } ] } ], "bundled": true }