twinehealth.com

Overview The Fitbit Plus API is a RESTful API. The requests and responses are formated according to the JSON API specification. In addition to this documentation, we also provide an [OpenAPI](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.m

๐Ÿ”‘ oauth2 62 endpoints support
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
List coaches
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.twinehealth.com/pub/coach
List groups
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.twinehealth.com/pub/group
List patient health results
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.twinehealth.com/pub/result
Endpoints (62 total)
GET
/coach
List coaches
GET
/group
List groups
GET
/result
List patient health results
GET
/reward
List rewards
GET
/patient
List patients
GET
/coach/{id}
Get a coach
GET
/group/{id}
Get a group
GET
/action/{id}
Get an action
GET
/bundle/{id}
Get a bundle
GET
/result/{id}
Get a patient health result
GET
/reward/{id}
Get a reward
GET
/patient/{id}
Get a patient
Related APIs in same category
stackexchange.com
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints62
Authoauth2
Categories1
https://api.twinehealth.com/pub