get https://api.sportradar.com/beachvolleyball//v2//sport_events/created.
Provides ids for sport events that have been created in the last 24 hours.
<Callout icon="⏱️" theme="default">
### Update Frequency
60s Time To Live / Cache
</Callout>
***
<br />
<html>
<head>
<style>
.smallfont a {
font-size: 95%
}
div.smallfont {
font-size: 82%;
}
</style>
</head>
<body>
## Data Points
<details>
<summary><b><u>Sport Event:</u></b></summary>
<div class="smallfont">
| Attribute | Parent Element | Type | Description |
| --------------- | --------------------- | --------- | ---------------------------------------------------------------------- |
| `id` | `sport_event_created` | String | Unique ID for a created sport event<br>ex. `sr:sport_event:53976713` |
| `created_at` | `sport_event_created` | Date-time | Timestamp for a created sport event<br>ex. `2024-07-29T15:34:09+00:00` |
| `active_season` | `sport_event_created` | Boolean | Signifies a created sport event is within an active season when `true` |
</div>
</details>
</body>
</html>