๐ŸŽฐProduct List

circle-exclamation

Get Product List

GET /api/v1/products

This API method retrieves a list of game provider products, offering detailed information about each provider's offerings. It allows users to explore and select products from various game providers, ensuring access to a wide range of gaming options.

Headers

Name
Value

Content-Type

application/json

X-Authorization-Token

<token>

Query Parameters

Name
Type
Description

pageNo

number

Page number

limit

number

Data count

categoryId

number

Game category id

Response

{
  "code": 0,
  "msg": "Successful",
  "requestTime": "YYYY-MM-DD HH:mm:ss",
  "requestUuid": "<UUID v4>",
  "data": [
    {
      ...
    }
  ],
  "count": 1
}