Retrieve a list of all active games available on the platform with optional filtering and sorting.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search games by id, name, slug, or acronym
Filter by exact id. Supports comma-separated values for multiple matches.
"3,6,9"
Filter by exact slug. Supports comma-separated values for multiple matches.
"example"
Filter by exact acronym. Supports comma-separated values for multiple matches.
"example"
Sort by field. Prefix with - for descending order.
id, -id, name, -name, slug, -slug, acronym, -acronym, created_at, -created_at, updated_at, -updated_at "name"