v71

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-032076961.5 MB
user

Refresh User Id

Trigger a manual refresh for a specific user

post/v2/user/refresh/{user_id}

Path parameters

user_idstring uuid required

Query parameters

timeoutnumber

Response

Successful Response

successtrue required

Whether operation was successful or not

user_idstring uuid required

A unique ID representing the end user. Typically this will be a user ID from your application. Personally identifiable information, such as an email address or phone number, should not be used in the client_user_id.

refreshed_sourcesstring[] required
in_progress_sourcesstring[] required
failed_sourcesstring[] required

Example response

{
  "failed_sources": [
    "oura/sleep"
  ],
  "in_progress_sources": [],
  "refreshed_sources": [
    "withings/workouts",
    "withings/sleep",
    "withings/body",
    "withings/vitals/blood_pressure",
    "withings/activity"
  ],
  "success": true,
  "user_id": "1449752e-0d8a-40e0-9206-91ab099b2537"
}