Apigamehub
  1. Referensi API
Apigamehub
  • Pendahuluan
  • Referensi API
    • Deposit
      • Deposit Balance
      • Deposit Status
      • Deposit Cancel
    • Region MLBB
      • Cek Region MLBB
    • Cari Player
      POST
    • Cek Merchant
      POST
    • Cek Kategori
      POST
    • Cek Layanan
      POST
    • Cek Status
      POST
    • Cek Konten
      POST
    • Beli Layanan
      POST
  1. Referensi API

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
Apikey Apigamehub
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
Cari berdasarkan kode kategori
Example:
mobile-legends

Responses

🟢200OK
application/json
Body
status
string 
required
merchant_id
string 
required
msg
string 
required
data
array [object {6}] 
required
code
string 
required
service_id
integer 
required
service
string 
required
img
string 
required
proof
string 
required
status
string 
required
ip
string 
required
ts
integer 
required
🟠401Unauthorized
🔴500Server Error
🟠422Parameter Error
🟠403Forbidden
🔴503Service Unavailable
Previous
Cek Merchant
Next
Cek Layanan
Built with