API Documentation

Personal Info

If the user has granted an access to personal info, you can fetch it with the following call. The response contains data in metric units (kg, cm).

GET /v1/userinfo

Example Response

  {
     "age": 27,
     "weight": 80,
     "gender": "male",
     "email": "john.doe@the.domain"
   }