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>'
{
  "height": 183,
  "id": "ceb39d90-5ba6-472b-9cb8-b5c128da5038",
  "source": {
    "logo": "https://logo_url.com",
    "name": "Oura",
    "slug": "oura"
  },
  "user_id": "1449752e-0d8a-40e0-9206-91ab099b2537"
}
curl --request GET \
     --url {{BASE_URL}}/v2/summary/profile/{user_id} \
     --header 'Accept: application/json' \
     --header 'x-vital-api-key: <API_KEY>'

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Path Parameters

user_id
string
required

Query Parameters

provider
string
default:

Provider oura/strava etc

Response

200
application/json
Successful Response
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.

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.

height
integer | null