get https://api.sportradar.com/beachsoccer//v2//competitors/merge_mappings.
Beach Soccer Competitor Merge Mappings provides the valid Sportradar Id in cases when two competitors have been merged into one.
Entries are retained in this endpoint for one week.
<Callout icon="⏱️" theme="default">
### Update Frequency
300s 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>Mapping:</u></b></summary>
<div class="smallfont">
| Attribute | Parent Element | Type | Description |
| ------------- | -------------- | ------ | -------------------------------------------------------------------------------------------------------------- |
| `merged_id` | `mapping` | String | Competitor ID for a merged profile. This ID will be removed from the API database.<br>ex. `sr:competitor:3515` |
| `name` | `mapping` | String | Competitor name of a merged profile<br>ex. `Anadolu Efes SK` |
| `retained_id` | `mapping` | String | Competitor ID for a retained profile<br>ex. `sr:competitor:2728` |
</div>
</details>
</body>
</html>