Skip to main content
POST
Retrieve featured deals

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successfully retrieved featured deals

id
integer
Example:

1

name
string
Example:

"Premium Sword"

active
boolean
Example:

true

is_subs
boolean
Example:

false

original_price
number<float>
Example:

29.99

price
number<float>
Example:

24.99

discount
number<float>
Example:

5

quantityGlobalLimit
integer | null
Example:

100

quantityGlobalCurrentLimit
integer | null
Example:

50

quantityUserLimit
integer | null
Example:

10

quantityUserCurrentLimit
string | null
Example:

5

image
string | null
Example:

"/img/items/1.png"

virtual_price
number<float>
Example:

20

is_virtual_currency_only
boolean
Example:

false

description
string
Example:

"A powerful sword for the discerning warrior."

is_unavailable
boolean
Example:

false

in_cart
boolean
Example:

true