02-04-2020 01:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-04-2020 01:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I'm totally new to this and don't know about all the options available.
I want to play around and learn how to get my fitbit data and show it on my own website. This is just for my own private curiosity and learning, I'm not actually developing an app for other people to use.
I've followed the Oauth2.0 tutorial and now I can get some of my own data in a terminal window on my computer, but I thought (maybe wrongly) that I would be able to do something like example request here https://dev.fitbit.com/build/reference/web-api/oauth2/#making-requests by pasting it into my browser URL and just making sure it was my own token.
I'm lost as to why this doesn't work, or how to properly form the parameters in the URL for this type request.
It was just a step I made up on my path to try and display data how I want to see it on my own website, but now i don't know what's my next step is!
Halp!
Answered! Go to the Best Answer.
Accepted Solutions
02-07-2020 15:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



02-07-2020 15:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi @Mcwilson63,
It's not possible to call an API using the URL bar of a browser because endpoints require a Method, Header, and Body, that aren't able to be entered through a URL. I recommend taking a look this document for reference.
I hope this helps. Please let me know if you have additional questions.
02-07-2020 15:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



02-07-2020 15:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi @Mcwilson63,
It's not possible to call an API using the URL bar of a browser because endpoints require a Method, Header, and Body, that aren't able to be entered through a URL. I recommend taking a look this document for reference.
I hope this helps. Please let me know if you have additional questions.
02-08-2020 18:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-08-2020 18:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Thanks! That's a great resource.
I came across the info I needed already so I've been able to do what I wanted to and now I have a webpage that can query the data I need from my fitbit account.
My next step is to get that data showing in a google chart, which I have almost achieved.
🙂
02-10-2020 16:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



02-10-2020 16:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@Mcwilson63 Awesome! Let me know if you have any other questions.

