API Reference

Check if a leaderboard is in grace period by leaderboard ID.

Log in to see full request history
Body Params
string
required

Unique identifier of the leaderboard.

Responses

Response body
object
boolean

Indicates whether the leaderboard is in grace period or not.

int64

The end time of the leaderboard in milliseconds since midnight, January 1, 1970 UTC.

int64

The end time of the grace period in milliseconds since midnight, January 1, 1970 UTC.

int64

The current server time in milliseconds since midnight, January 1, 1970 UTC.

400

The request had invalid parameters. This occurs if the leaderboardId is missing or not a string.

410

The requested leaderboard was not found.

Language
URL