-
Notifications
You must be signed in to change notification settings - Fork 1
GET fitbit
JeffMedeiros edited this page Nov 28, 2019
·
1 revision
Retrieve app data on Fitbit platform. With this information, customers can use OAuth2 for fitbit authentication and authorization.
curl -X GET "https://localhost:5001/v1/fitbit" -H "accept: application/json"
-
200
Successful requisition.{ "client_id": "19CT7O", "client_secret": "19CT7O" }
-
404
The verify code sended is invalid. There is no data to be returned{ "code": 404, "message": "Fitbit client id and secret key not found!" }
OCARIoT Data Sync Agent API (Full documentation)