Web API Explorer
The Fitbit Web API Explorer, built using Swagger UI, is used for testing the Web API endpoints against a Fitbit user's personal data, including intraday. Follow these steps for using the tool.
- Go to https://dev.fitbit.com/build/reference/web-api/explore/.
- Click on the
Authorizebutton on the top right of the page. - The client ID will display be "227G5L". Do not change this. This is
the client ID for the Web API Explorer. Enable all of the scopes by
clicking on each one. Press the
Authorizebutton at the bottom of the form. - If prompted, log into your personal Fitbit account.
- Once connected, press the
Xto close the window. - Find the Get Profile endpoint located in the User
section. Press
GET. - Press the
Try It Outbutton, followed byExecute.
Your profile data should be returned in JSON format.