Skip to content

Single Ring Configuration Document

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

Successful Response

Media typeapplication/json
PublicRingConfiguration

Ring configuration.

object
id
required

Unique identifier of the object.

string
>= 1 characters
color
Any of:
PublicRingColor

Possible ring colors.

string
Allowed values: brushed_silver glossy_black glossy_gold glossy_white gucci matt_gold rose silver stealth_black titanium titanium_and_gold cloud petal midnight tide deep_rose
design
Any of:
PublicRingDesign

Possible ring designs.

string
Allowed values: heritage balance balance_diamond horizon ceramic
firmware_version
Any of:
string
hardware_type
Any of:
PublicRingHardwareType

Possible ring hardware types.

string
Allowed values: gen1 gen2 gen2m gen3 gen4 or5
set_up_at
Any of:
string
size
Any of:
integer
Example
{
"color": "brushed_silver",
"design": "heritage",
"hardware_type": "gen1"
}

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.