Prizes

The Prizes API provides a comprehensive set of endpoints to create prizes and achievements to be earned by users

List prizes (paginated)

get
Query parameters
ownedOnlystringRequired

Only return items owned by the user

pagenumberOptional
limitnumberOptional
Responses
200Success
get
GET /v1/inventory/prizes?ownedOnly=text HTTP/1.1
Host: 
Accept: */*

No content

List all possible prize requirements

get
Responses
200Success
get
GET /v1/inventory/prizes/requirements HTTP/1.1
Host: 
Accept: */*

No content

Find a prize

get
Path parameters
prizeIdstringRequired
Responses
200Success
get
GET /v1/inventory/prizes/{prizeId} HTTP/1.1
Host: 
Accept: */*

No content

Available supply for a prize

get
Path parameters
prizeIdstringRequired
Responses
200Success
get
GET /v1/inventory/prizes/{prizeId}/supply HTTP/1.1
Host: 
Accept: */*

No content

Last updated