Progress

Get progress of user in collection-challenges

Get Overall Collections Progress

get

Retrieves the user's progress across all collections

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
get
/users/{platform}/{platformUserId}/progress/collection-challenges

Get One Collection Progress

get

Retrieves the user's progress for a specific collection

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
programIdstringRequired

The unique identifier for the program/collection

Example: program_123
Responses
200

Successful operation

application/json
get
/users/{platform}/{platformUserId}/progress/collection-challenges/{programId}

Last updated

Was this helpful?