Step 4: Accessing Data
Now that your user has synced and authorized device data, Validic will begin fetching the user’s data immediately and that data will be available in the Validic system for you to retrieve. You need to use an HTTPS request to fetch an object(s), which are returned in JSON format. To do this, simply append your Organization Access Token to the end of the request. For example, to see a list of fitness activities for a user account:
GET https://api.validic.com/v1/organizations/{ORGANIZATION_ID}/fitness.json?acces
s_token={ORGANIZATION_ACCESS_TOKEN}
s_token={ORGANIZATION_ACCESS_TOKEN}
A full list of Validic object types, parameters, API calls, data filters and detailed technical how to’s can be found in our API Documentation