Assigned Prizes

This endpoint allows you to query prizes that have been assigned to players after they have completed a campaign. These assigned prizes may include unique prize codes that players can redeem. You can use this endpoint to fetch all assigned prizes for a specific campaign, additionally you can filter by a specific prize or player information.

Path Params
int32
required

The ID of the campaign you want to retrieve prize winners from.

Query Params
string

Filter the results to only show winners of a specific prize.

string

Filter results to only show prizes assigned to a specific player ID.

string

Filter results by a specific player's email address.

string

Filter results by the Integration Unique ID of the player.

int32

The number of records to skip for pagination. Defaults to 0.

int32

The maximum number of records to return. Defaults to 15, Max 200.

Responses

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