Oura Ring · Example Payload

Oura Webhooksubscriptionmodel Example

HealthWearablesSleepFitnessHeart RateReadinessSmart RingBiometrics

Oura Webhooksubscriptionmodel Example is an example object payload from Oura Ring, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcallback_urlevent_typedata_typeexpiration_time

Example Payload

Raw ↑
{
  "id": "string",
  "callback_url": "string",
  "event_type": "create",
  "data_type": "tag",
  "expiration_time": "2024-01-15T08:00:00+00:00"
}