User Data
The following call in this example will return all fitness data from the previous day
through the time of the call today for the user specified (USER_ID) in the call:
GET https://api.validic.com/v1/organizations/{ORGANIZATION_ID}/users/{USER_ID}/fitness.json?authentication_token={USER_ACCESS_TOKEN}
or, using a shorthand version:
GET https://api.validic.com/v1/fitness.json?authentication_token={USER_ACCESS_TOKEN}