faceit_getOrganizerHubs
List all hubs of a FACEIT organizer by providing the organizer ID. Supports pagination.
Instructions
Retrieve all hubs of an organizer
Use to list hubs owned by a known organizer.
Endpoint: GET /organizers/{organizer_id}/hubs
Parameters:
organizer_id (path, str, required): The id of the organizer
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 |
|---|---|---|---|
| organizer_id | Yes | ||
| offset | No | ||
| limit | No |