Skip to content

Single Personal Info Document

GET
/v2/usercollection/personal_info
curl --location --request GET 'https://api.ouraring.com/v2/usercollection/personal_info' \
--header 'Authorization: Bearer <token>'

Successful Response

Media typeapplication/json
PersonalInfoResponse
object
id
required
Id
string
age
Any of:
integer
weight
Any of:
number
height
Any of:
number
biological_sex
Any of:
string
email
Any of:
string
Examplegenerated
{
"id": "example",
"age": 1,
"weight": 1,
"height": 1,
"biological_sex": "example",
"email": "example"
}

Client Exception

Unauthorized access exception. Usually means the access token is expired, malformed or revoked.

Access forbidden. Usually means the user’s subscription to Oura has expired and their data is not available via the API.

Request Rate Limit Exceeded.