Skip to content

GET fitbit

JeffMedeiros edited this page Nov 28, 2019 · 1 revision

Description

Retrieve app data on Fitbit platform. With this information, customers can use OAuth2 for fitbit authentication and authorization.

URL

GET https://localhost:5001/v1/fitbit

Curl example

curl -X GET "https://localhost:5001/v1/fitbit" -H "accept: application/json"

Response body

  • 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!"
    }
  • 500 Internal Server Error