Skip to content

Single Daily Stress Document

GET
/v2/usercollection/daily_stress/{document_id}
curl --location --request GET 'https://api.ouraring.com/v2/usercollection/daily_stress/2-5daccc095220cc5493a4e9c2b681ca941e' \
--header 'Authorization: Bearer <token>'
document_id
required
Document Id
string

Successful Response

Media typeapplication/json
PublicDailyStress

Daily stress.

object
id
required

Unique identifier of the object.

string
>= 1 characters
day
required

Day that the daily stress belongs to.

string
day_summary
Any of:
PublicDailyStressSummary

Possible public daily stress summary types.

string
Allowed values: restored normal stressful
recovery_high
Any of:
integer
stress_high
Any of:
integer
Example
{
"day_summary": "restored"
}

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.

Not Found

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}

Request Rate Limit Exceeded.