For the complete documentation index, see llms.txt. This page is also available as Markdown.

Inventory

Get User Inventory

get

Retrieves a user's inventory, including collections and points

Authorizations
x-gft_api_keystringRequired

API key for authentication (can also use x-gft-api-key or gft-api-key)

Path parameters
platformstringRequired

The platform identifier (e.g., "discord", "roblox")

Example: discord
platformUserIdstringRequired

The user's ID on the specified platform

Example: 123456789012345678
Responses
200

Successful operation

application/json

Contains the complete inventory of a user, including all collections and points

get/users/{platform}/{platformUserId}/inventory

Last updated