Sign in to manage your B2B API integrations & products
| Product ID | Product Name | Category | Commission / Earn Up To | Official Bank Apply Link |
|---|---|---|---|---|
| Loading allocated products... | ||||
Returns all allocated products and official Bank Apply Links (`redirect_url`) for your API key. Accepts optional filter ?category=credit_card.
curl -X GET "https://cheapkart.in/api/v1/products.php?category=credit_card" \ -H "X-API-KEY: YOUR_API_KEY"
Submits a customer lead and returns the Lead ID and official Bank Redirection Link.
curl -X POST "https://cheapkart.in/api/v1/submit_lead.php" \
-H "Content-Type: application/json" \
-H "X-API-KEY: YOUR_API_KEY" \
-d '{
"fullName": "Amit Kumar",
"phone": "9876543210",
"email": "amit@example.com",
"panCard": "ABCDE1234F",
"pincode": "110001",
"productId": 12
}'
| Lead Code | Customer Name | Phone / Email | PAN Card | Product Applied | Status | Date |
|---|---|---|---|---|---|---|
| Loading leads... | ||||||