GET /api/v1/users/{user-id}/championshipsRetrieve 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>, ...]
}