faceit_getPlayerHubs
List hubs a player belongs to on FACEIT. Retrieve hub memberships with pagination support.
Instructions
Retrieve all hubs of a player
Use to list hubs a player belongs to.
Endpoint: GET /players/{player_id}/hubs
Parameters:
player_id (path, str, required): The id of the player
offset (query, int | None (min 0, max 1000)): The starting item position
limit (query, int | None (min 1, max 50)): The number of items to return
Returns: Hubs list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | ||
| offset | No | ||
| limit | No |