I am trying to get active minutes out of Jawbone API's but haven't find anything. Is there a way to get to know active minutes of a user? Does jawbone supports and shows active minutes?
thanks
Take a look at the documentation for the moves endpoint. One of the pieces of data that comes back for a move event is active_time
, which is the total active time in seconds.