ZULMAI API Connect
  1. Products
ZULMAI API Connect
  • Zulmai Public API
    • Account
      • Get account information
    • Products
      • Get product list
    • Order
      • Create new order
      • Check order status
  • Zulmai Public API
    • Account
      • Get account information
    • Products
      • Get product list
        POST
    • Order
      • Create new order
      • Check order status
  1. Products

Get product list

POST
/api/products
Mengambil daftar produk berdasarkan API Key dan Secret Key.

Request

Body Params application/jsonRequired

Examples

Responses

🟢200OK
application/json
Response sukses
Body

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/products' \
--header 'Content-Type: application/json' \
--data-raw '{
    "api_key": "1234567890abcdef",
    "secret_key": "abcdef1234567890"
}'
Response Response Example
200 - Example 1
{
    "status": true,
    "data": [
        {
            "code": "8BP2000",
            "category": "Topup Game",
            "brand": "8 Ball Pool",
            "type": "Cash",
            "name": "8 Ball Pool 2.000 Cash",
            "price": {
                "silver": 623025,
                "gold": 623025,
                "platinum": 623025
            },
            "description": "nomor tujuan = user id 8 Ball Pool (tanpa menggunakan simbol -).",
            "created_at": "2025-09-13 16:47:25",
            "updated_at": "2025-09-13 16:47:25"
        }
    ]
}
Modified at 2025-11-14 06:27:30
Previous
Get account information
Next
Create new order
Built with