If your organization to automatically send wellness data to another server, our data export API can help.


You basically have to a CURL script automatically and the data will be sent.



curl https://app.athletemonitoring.com/export/wellnessLog.php -F api_key=YOUR_API_KEY -F from=YYYY-MM-DD -F to=YYYY-MM-DD -F team_ids=<team_id>,<team_id>,<team_id> -o wellness_log.csv