Skip to main content

Product

API Request

TypeValue
HTTP MethodPOST or GET
API Endpointhttps://api.neropass.com/partner/v1/product
info
  • By default, you will get all products data when requesting to endpoint above.
  • In case you need to get products per category, you can add category={code} parameter on thr request.

Response Body

{
"success": true,
"data": [
{
"code": "GMLD5",
"name": "5 Diamonds",
"category": "Mobile Legends",
"price": 1435,
"isActive": true
},
{
"code": "GGIC6480",
"name": "6480 + 1600 Genesis Crystals",
"category": "Genshin Impact",
"price": 1155000,
"isActive": true
},
{
"code": "GVLP125",
"name": "125 Points",
"category": "Valorant",
"price": 12900,
"isActive": false
}
],
"errors": null
}