Questions tagged [jawbone]

Jawbone's UP API allows you to harness the power of step, activity, food, and sleep tracking to build your own products and experiences. Go to developer.jawbone.com to read documentation and to create your application. Jawbone's API support team actively watches this tag.

The UP Platform documentation provides information related to establishing and maintaining an API connection with UP. The purpose of this API is to enable the exchange of select data in order to extend and augment the UP user experience and support complementary services. This can include data aggregation and visualization, gaming, marketing, rewards provisioning, and more.

76 questions
0
votes
0 answers

Jawbone JavaScript and Resting Heart Rate data

I am trying to pull resting heart rate data from the jawbone server via javascript/node.js. I keep getting can not read property get. This is the part of my code that causes the error. It seems I do not have the correct naming convention to…
0
votes
0 answers

Jawbone: Registered Webhook not being called

I've just started looking at the Jawbone API so please forgive any rookie mistakes. I've successfully navigated OAuth and I'm now able to pull data from endpoints. I've registered a webhook for my server at https://example.com/webhook.php and I got…
0
votes
1 answer

How can I fix Android import settings after adding your SDK as a module?

Copied from the old forum: I am trying to access the Jawbone API for the first time so I am following your Android Github steps. I downloaded your SDK and have it added as a module to my project but it is still telling me that it can't find any of…
RAY
  • 474
  • 4
  • 21
0
votes
1 answer

Can we get data for various activity user is doing like running, walking, swiming, Bicycling etc?

Copied from the old forum: In data I want to have Steps Duration Distance Calories Burnt
RAY
  • 474
  • 4
  • 21
0
votes
1 answer

Do refresh token for same account user is always same?

Copied from the old forum: Every time I register same user to jawbone for allowing me to retrieve data, it is returning same refresh token. If that is always true Can I use refresh token to update user details in my application. As there is not…
RAY
  • 474
  • 4
  • 21
0
votes
1 answer

Does anyone know how can I analyse the UP 3 data on Windows 10?

Copied from the old forum: Hello, The app on the phone is good for analyzing the data from max 2-3 days. I would like to have an access to the more detailed data on my computer. Is there any way I can do that? Is there a tool for Windows 10, I…
RAY
  • 474
  • 4
  • 21
0
votes
1 answer

Need to know the server timing of retrieving the newest data from all Jawbone UP users

could you kindly let me know the timing of Jawbone data server updates the individual newest data from all users? And is it possible to take the newest Jawbone server data through API anytime? I need to know above information for our Jawbone…
0
votes
1 answer

Jawbone EndPoints API returning 141 intermittently

We have integrated our application with the Jawbone API to get user steps. We are able to complete the OAuth2 connection process successfully but we are facing issues while getting the user steps. We are using the following Moves…
0
votes
1 answer

Receiving the same invalid Jawbone Api token

I am having trouble with the Jawbone API. When I step through the oauth proess using https://github.com/karthikbgl/python-jawbone-up.git I can successfully receive an authorization code and then get a token. def access_token(self, code,…
0
votes
1 answer

In the Jawbone UP API, is there any way to get daily step counts between a specified date range?

Reposting from the old UP API forum: I have a requirement to get the daily step count of the user within specified date ranges. Like for a particular user between the dates 1st june 2016 to 5th June 2016 , I want the step count on each day. Based…
RAY
  • 474
  • 4
  • 21
0
votes
1 answer

How to PUSH a vibration event on Jawbone UP3?

I am willing to be able to make my UP3 vibrate at will. I cannot find in the API documentation how to achieve it. A workaround that comes to my mind is eventually adding a task schedule from the apps for the minute after, well, a nicer solution…
Josh Anin
  • 11
  • 1
0
votes
1 answer

How much data can I retrieve and store from the Jawbone UP API?

Re-posting from a direct API support contact. I would like to know how many days of data can I get access to per API call? If limited, how far can we go back in time? Are you limiting the number of API calls. I know you don't allow storing data on…
RAY
  • 474
  • 4
  • 21
0
votes
1 answer

How can I get deep and REM sleep data from the Jawbone UP API?

When I hit the sleeps endpoint, I don't see any value returned for deep sleep. I sent this request: https://jawbone.com/nudge/api/v.1.1/users/@me/sleeps?date=20160525 And this is the response I received: {u'data': {u'items': [{u'date': 20160525, …
RAY
  • 474
  • 4
  • 21
0
votes
0 answers

Getting accelerometer data from Jawbone

So I have a Jawbone Up band and i am trying to analyse the accelerometer data from the band. The CVS that i can download from the website does not give me that. Is there a way to extract the exact accelerometer values that the band is recording?
Kshitij
  • 31
  • 3
0
votes
1 answer

Jawbone API Paginated Results with 'page_token'

The Jawbone API returns paginated results of 10 json objects per result set. How does one obtain the rest of the paginated results? The API documentation for the sleeps method indicates the existence of a page_token argument in the next object of…
Colin
  • 930
  • 3
  • 19
  • 42