Categories List

This endpoint is used for retrieving the list of product categories

POST
/ categories / list

Request Parameterss

Parameter Type Required Description
CLIENT_ID String Yes Partner identifier provided by EpinTower
SIGNATURE String Yes You need to calculate it as mentioned in security section.
- Data to sign in order : CLIENT ID, SECRET KEY

Response Parameters

Parameter Type Description
RESPONSE_CODE Integer Returned value of “0” implies transaction is successfully completed.
If the code is not "0", it means an error. See error codes section.
RESPONSE_MESSAGE String Response message for requested transaction
SIGNATURE String You need to calculate it as mentioned in security section.
- Data to sign in order : CLIENT ID, SECRET KEY
DATA JSON
"DATA":[
{
"id" : 4
"name":"Oyun Pini",
"description":"Epintower, oyun tutkunlarının ihtiyaç duyduğu dijital kodları en hızlı ve güvenilir şekilde sunar. Hızlı teslimat ve geniş oyun yelpazesi ile oyun deneyiminizi bir üst seviyeye taşıyın! En popüler oyunlara özel pinler burada! Valorant, PUBG, League of Legends ve daha fazlası...”,
"image":“https://towercdn.s3.eu-central-1.amazonaws.com/a7071d44d0a503bc8f89.png”
}
]