GET
/
v2
/
summary
/
profile
/
{user_id}
curl --request GET \
     --url {{BASE_URL}}/v2/summary/profile/{user_id} \
     --header 'Accept: application/json' \
     --header 'x-vital-api-key: <API_KEY>'
{
  "id": "eadba0c7-4e81-4d17-962c-9ebe0629c08f",
  "date": "2022-08-04",
  "height": 183,
  "source": {
    "name": "Oura",
    "slug": "oura",
    "logo": "https://logo_url.com"
  },
  "user_id": "71937dd3-aebe-46b7-ab64-c287bd75b2a6"
}

Authorizations

x-vital-api-key
string
headerrequired

API key based authentication

Path Parameters

user_id
string
required

Query Parameters

provider
string
default:

Provider oura/strava etc

Response

200 - application/json
height
integer
id
string
required
source
object
required

Source summarizes where a sample or a summary is sourced from. At minimum, the source provider is always included.

user_id
string
required

User id returned by vital create user request. This id should be stored in your database against the user and used for all interactions with the vital api.