10-06-2015 20:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-06-2015 20:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi there! I am interested in creating an API for FitBit through Zapier and need the following info:
- Authorization fields (just the access token or Access token + secret?)
- Client ID (required) also known as Consumer Key or API Key.
- Client Secret (required) also known as Consumer Secret or API Secret.
- Authorization URL (required) where we redirect users when they attempt to connect to Zapier. We will construct and append the querystring for you.
- Access Token URL (required) where we POST the approval code when a user is redirected back to Zapier. Expects access_token in the response.
- Access Token Placement (optional) tokens placed in headers will look like Authorization: Bearer <token> and tokens in querystrings will look like ?access_token=<token>.
- Extra Requested Fields (optional) an advanced feature. Comma separated list of extra items to grab from a token response. access_token and refresh_token are already grabbed for you.
Thanks so much!
Rosi

- Labels:
-
OAuth 2.0
-
Subscriptions API
10-08-2015 08:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



10-08-2015 08:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Depends on the request. See the OAuth 2.0 documentation.
- Register your app on https://dev.fitbit.com/apps to obtain
- You'll get this as part of my answer for #2
- See OAuth 2.0 documentation: authorization page
- See OAuth 2.0 documentation: access token request
- Authorization header
- That's up to you

11-01-2016 07:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-01-2016 07:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I got Zapier to work with FitBit with custom data formatters
See https://gist.github.com/cassus/7ba7829ff6f6882508e6d4bbf2d06534 for the parameters and the additional script I made
06-27-2017 04:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-27-2017 04:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
hi,
can u do this for me?
06-27-2017 05:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-04-2019 14:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-04-2019 14:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi there! I been searching for months how sync Fitbit data to Todoist. I have daily habit trackers for myself as tasks in Todoist like "drink 50oz water" "workout/be active once a day for 30min" "get 8hrs of sleep" etc.
I was surprised that #1 these tasks and triggers don't exist in IFTTT and Fitbit isn't on Zapier!
I saw your gift making Zapier to ready Fitbit data https://gist.github.com/cassus/7ba7829ff6f6882508e6d4bbf2d06534
I was wondering if you can develop code to check off a task in Todoist when certain goals are logged in Fitbit? Is this possible?
Or maybe instead of code for Zapier would be easier in IFTTT? https://platform.ifttt.com/maker/guide
I tried myself but couldn't do it 😕
