List Product

This API is used to get product data

POST /api/v1/product

Headers

Name
Value

Content-Type

application/json

API_SECRET

your secret key

API_KEY

your api key

Response

{
    "status": true,
    "message": "SUCCESS",
    "data": [
        {
            "id": "54",
            "product": "Arena Breakout ",
            "sub_title": "Level Infinite"
        },
        {
            "id": "71",
            "product": "Zenless Zone zero",
            "sub_title": "HoYoverse"
        },
        {
            "id": "75",
            "product": "Zenless Zone zero DIS",
            "sub_title": ""
        }
    ]
}

Last updated