faceit_getOrganizerByName
Retrieve organizer details and organizer ID by providing the organizer name. Use when you have only the name and need the canonical record.
Instructions
Retrieve organizer details from name
Use when you only have an organizer name string and need the canonical organizer record (including organizer_id). For id-based lookup use getOrganizer.
Endpoint: GET /organizers
Parameters:
name (query, str, required): The name of the organizer
Returns: Organizer details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |