Skip to main content
GET
Get product list

Authorizations

Authorization
string
header
required

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

Headers

Accept
enum<string>
default:application/json
required

API response format

Available options:
application/json

Query Parameters

offset
integer
default:0

Number of records to skip. Default: 0

Example:

0

limit
integer
default:25

Maximum number of records to return. Default: 25, Max: 25

Required range: x <= 25
Example:

20

sort_column
string
Example:

"id"

sort_direction
enum<string>

Sort direction. * Possible values: * * - asc: Ascending order (from lowest to highest) * - desc: Descending order (from highest to lowest)

Available options:
asc,
desc
Example:

"asc"

with_marketplace_type
enum<integer>

Filter by marketplace type. * Possible values: * * - 1: Gold marketplace * - 2: Account marketplace

Available options:
1,
2
Example:

2

with_is_active
boolean
Example:

true

Response

Success. Returns array of products matching PublicProductCurrencySettingResource.

result
object[]
total
integer
Example:

13