Retrieve a list of championships for a user.
| Permission | Description |
|---|---|
championships.view | View your own championships |
championships.view_any | View championships for any user |
{
"data": [<championship resource>, ...]
}
| Status | Description | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden (no permission) | Permission error |
| 404 | Not found | Not-found error |