Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The slug of the game. Can be retrieved from the list of games.
The slug of the game item collection. Can be retrieved from the list of the game's item types.
Query Parameters
Search game items by id, name, or slug
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 variant type. Supports comma-separated values for multiple matches.
"example"
Filter by exact parent id. Supports comma-separated values for multiple matches.
504535
Filter items that have variants
Filter items that are variants
Sort by field. Prefix with - for descending order.
id, -id, name, -name, created_at, -created_at "name"