Progress
Get progress of user in collection-challenges
Retrieves the user's progress across all collections
API key for authentication (can also use x-gft-api-key or gft-api-key)
The platform identifier (e.g., "discord", "roblox")
discordThe user's ID on the specified platform
123456789012345678Successful operation
Represents a collection challenge or program that users can progress through
Unique identifier for the program
program_123Display name of the program
Winter ChallengeURL to the program's image (HTTPS format)
https://example.com/images/winter-challenge.pngDetailed description of the program's theme and objectives
Collect all winter-themed cardsTotal number of cards in this collection/program
10User's completion percentage for this collection (0-100)
30Environment identifier where this program is active
productionTimestamp (in milliseconds) when the program was created
1644825600000Time remaining in milliseconds until the program ends (not applicable if duration.end is null)
604800000Current status of the program
in_progressPossible values: Number of cards the user has collected from this program
3Bad Request - Missing or invalid parameters
Unauthorized - API key is missing or invalid
Retrieves the user's progress for a specific collection
API key for authentication (can also use x-gft-api-key or gft-api-key)
The platform identifier (e.g., "discord", "roblox")
discordThe user's ID on the specified platform
123456789012345678The unique identifier for the program/collection
program_123Successful operation
Represents a collection challenge or program that users can progress through
Unique identifier for the program
program_123Display name of the program
Winter ChallengeURL to the program's image (HTTPS format)
https://example.com/images/winter-challenge.pngDetailed description of the program's theme and objectives
Collect all winter-themed cardsTotal number of cards in this collection/program
10User's completion percentage for this collection (0-100)
30Environment identifier where this program is active
productionTimestamp (in milliseconds) when the program was created
1644825600000Time remaining in milliseconds until the program ends (not applicable if duration.end is null)
604800000Current status of the program
in_progressPossible values: Number of cards the user has collected from this program
3Bad Request - Missing or invalid parameters
Unauthorized - API key is missing or invalid
Last updated