API Reference

Retrieve game passes for a specific app

Log in to see full request history
Body Params
string
required

The application ID for which the game passes are being retrieved.

Responses

Response body
object
gamePasses
array of objects
gamePasses
object
string
required

Unique identifier for the Game Pass.

appIds
array of strings
required

List of application identifiers that are included in this Game Pass.

appIds*
string
required

The name used for server requests related to this Game Pass.

string
required

The display name of the Game Pass.

string
required

Detailed description of the Game Pass.

string

Defines who can add/remove the Game Pass to/from the user: - client - the client and the server can add/remove the Game Pass to/from the user. - server - only the server can add/remove the Game Pass to/from the user.

linkedVirtualItems
array of strings

List of virtual item identifiers that are providing this game pass when purchased.

linkedVirtualItems
int64
required

The UNIX timestamp representing when the Game Pass was created in milliseconds since midnight, January 1, 1970 UTC. This field is automatically populated by the backend.

int64
required

The UNIX timestamp representing when the Game Pass was last updated in milliseconds since midnight, January 1, 1970 UTC. This field is automatically populated by the backend.

string
required

Identifier for the user who created the Game Pass. This field is automatically populated by the backend.

string
required

Identifier for the user who last updated the Game Pass. This field is automatically populated by the backend.

400

Invalid argument error for invalid appId.

410

Not Found error indicating there are no game passes for the specified app.

Language
Credentials
URL