Skip to main content
GET
Get item prices by game

Authorizations

Authorization
string
header
required

JWT obtained from POST /user/login

Query Parameters

game
integer
required

Game App ID: 440, 730, 570, 252490, or 753

outofstock
enum<integer>

0 = in-stock only, 1 = include out-of-stock

Available options:
0,
1

Response

Item prices

Standard Mannco.store response envelope. err and success flag the outcome; the payload (or error message) is always under content.

err
boolean
required

True when the request failed.

success
boolean
required

True when the request succeeded.

content
any

Payload on success, or an error message/object on failure.