API v2
...
Metrics
API Version 2 (V2)

Daily Steps

You can retrieve user steps data by user_id and filter by date range


Get a steps data by user_id
GET
Request
Query Parameters
user_id
String
required
User ID returned by add integration request. This key should be stored in your database against the user and used for all interactions with the Spike API.
start_date
String
required
Date from in YYYY-MM-DD format
end_date
String
required
Date to in YYYY-MM-DD format
Header Parameters
authorizationtoken
String
optional
Client access token (deprecated)
x-spike-auth
String
required
Client access token
Python
Node.js
Ruby
Java
Curl
Responses
200