Add or Set User Scores from Gleam CSV

Add or set user scores from a Gleam CSV file for a specific leaderboard.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Unique identifier of the application.

string | null

Unique identifier of the leaderboard.

string | null

Request name associated with the leaderboard.

file
required

The CSV file containing user scores.

string
Defaults to ,

Delimiter used in the CSV file.

string
enum
Defaults to add

Operation type:

  • add - to add scores to existing scores.
  • set - to set new scores ignoring existing scores.
Allowed:
Responses

400

The request had invalid parameters. This occurs if mandatory fields like appId, csvFile, or operation are missing or not of the correct type.

403

Permission denied. This occurs if the user is not allowed to perform this operation on the leaderboard.

410

The requested leaderboard was not found or not accessible.

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json