Cek Kategori
POST
https://api-v1.apigamehub.com/v1/categories
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-v1.apigamehub.com/v1/categories' \
--header 'X-APIGAMEHUB-Authorization: XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX' \
--form 'signature="hash_hmac('\''sha256'\'', your_mem_code, your_api_key)"' \
--form 'code="mobile-legends"'
Response Response Example
200 - Success
{
"status": "1001",
"merchant_id": "1234",
"msg": "Kategori Layanan Ditemukan",
"data": {
"code": "mobile-legends",
"service_id": 1001,
"service": "Mobile Legends",
"img": "https://cdnkode.xyz/thumbnail/sDM5kQZmz4hf0WEM.webp",
"proof": "https://cdnkode.xyz/proof/sDM5kQZmz4hf0WEM.webp",
"banner": "https://cdnkode.xyz/banner/sDM5kQZmz4hf0WEM.webp",
"desc": "<p><br></p><p>Cara Top Up :</p><ol><li>Masukkan User ID dan Zone Server</li><li>Pilih nominal diamond yang kamu inginkan</li><li>Selesaikan pembayaran</li><li>Diamond akan ditambahkan ke akun Mobile Legends kamu</li></ol>",
"status": "active"
},
"ip": "::1",
"ts": 1735397577
}
Request
Header Params
X-APIGAMEHUB-Authorization
string
required
Example:
XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX
Body Params multipart/form-data
signature
string
required
Example:
hash_hmac('sha256', your_mem_code, your_api_key)
code
string | null
optional
Example:
mobile-legends