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
Authorize
button 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
Authorize
button at the bottom of the form. - If prompted, log into your personal Fitbit account.
- Once connected, press the
X
to close the window. - Find the Get Profile endpoint located in the User
section. Press
GET
. - Press the
Try It Out
button, followed byExecute
.
Your profile data should be returned in JSON format.