{ "opencollection": "1.0.0", "info": { "name": "ABC Trainerize Client Data API", "version": "v03" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Client Data", "type": "folder" }, "items": [ { "info": { "name": "Retrieve client data records", "type": "http" }, "http": { "method": "POST", "url": "https://api.trainerize.com/v03/clientData/get", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves records for a client across a data domain - goals, habits, body stats, nutrition, or appointments. (Modeled; the documented API supports adding, modifying, and retrieving these data types.)" }, { "info": { "name": "Add or modify a client data record", "type": "http" }, "http": { "method": "POST", "url": "https://api.trainerize.com/v03/clientData/set", "body": { "type": "json", "data": "{}" } }, "docs": "Adds or updates a goal, habit, body stat, nutrition, or appointment record for a client." } ] } ], "bundled": true }