---
title: "Multiple Ring Configuration Documents"
method: GET
path: "/v2/usercollection/ring_configuration"
tags: ["Ring Configuration Routes"]
---

# Multiple Ring Configuration Documents

`GET /v2/usercollection/ring_configuration`

## Query parameters

- `fields` string, nullable — Comma-separated list of fields to include in the response, in addition to the always returned fields. Defaults to all fields if not provided.
- `next_token` string, nullable

## Response `200`

Successful Response

- union
  - MultiDocumentResponsePublicRingConfiguration
    - `data` PublicRingConfiguration[], required
      - `id` string, required — Unique identifier of the object.
      - `color` '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' — Possible ring colors.
      - `design` 'heritage' | 'balance' | 'balance_diamond' | 'horizon' | 'ceramic' — Possible ring designs.
      - `firmware_version` string, nullable — Firmware version of the ring.
      - `hardware_type` 'gen1' | 'gen2' | 'gen2m' | 'gen3' | 'gen4' | 'or5' — Possible ring hardware types.
      - `set_up_at` string
      - `size` integer, nullable — US size of the ring.
    - `next_token` string, nullable, required
  - MultiDocumentResponseDict
    - `data` object[], required
    - `next_token` string, nullable, required

## Other responses

- `400` — Client Exception
- `401` — Unauthorized access exception. Usually means the access token is expired, malformed or revoked.
- `403` — Access forbidden. Usually means the user's subscription to Oura has expired and their data is not available via the API.
- `422` — Validation Error
- `429` — Request Rate Limit Exceeded.

---

[API](https://skmtc.dev/ouraring/apis/oura-api-documentation.md) · [All operations](https://skmtc.dev/ouraring/apis/oura-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ouraring/oura-api-documentation/revisions/8b8ae3b61eda/schema)
