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