{
    "info": {
        "name": "Enterprise API Portal API Collection",
        "description": "Auto-generated from the live API catalogue. Set base_url and api_key in the collection variables.",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "Identity Verification",
            "item": [
                {
                    "name": "INSTNT PAN FIND (₹6.00)",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/instant-pan-find",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "instant-pan-find"
                            ]
                        },
                        "description": "Instant PAN discovery service. Submit the holder name, date of birth and registered mobile number and receive the matching Permanent Account Number along with a confidence score and the masked source record. Only exact and high-confidence matches are returned; low-confidence lookups are rejected and never charged.",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"name\": \"string\",\n    \"dob\": \"string\",\n    \"mobile\": \"string\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    }
                },
                {
                    "name": "Aadhaar to PAN (₹4.50)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/aadhaar-to-pan",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "aadhaar-to-pan"
                            ]
                        },
                        "description": "Checks whether the supplied Aadhaar number is seeded with a PAN and returns the linked PAN along with the upstream application number."
                    }
                },
                {
                    "name": "PAN Details (₹1.50)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/pan-details",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "pan-details"
                            ]
                        },
                        "description": "Validates a PAN against the registry and returns holder name, father name, date of birth and gender."
                    }
                },
                {
                    "name": "Mobile to PAN (₹15.00)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/mobile-to-pan",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "mobile-to-pan"
                            ]
                        },
                        "description": "Matches the customer name and registered mobile number against the PAN registry and returns the PAN."
                    }
                },
                {
                    "name": "UP Ration to Aadhaar (₹15.00)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/up-ration-to-aadhaar",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "up-ration-to-aadhaar"
                            ]
                        },
                        "description": "Returns every family member on the Uttar Pradesh ration card with name, relation, DOB, gender and UID."
                    }
                },
                {
                    "name": "Voter Mobile Link (₹7.50)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/voter-mobile-link",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "voter-mobile-link"
                            ]
                        },
                        "description": "Submits an instant mobile-linking request for the given EPIC number and returns a ref_id for tracking."
                    }
                },
                {
                    "name": "PAN TO AADHAAR SEARCH (₹5.00)",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/pan-to-aadhaar-search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "pan-to-aadhaar-search"
                            ]
                        },
                        "description": "Returns the linking status between a PAN and the identifier seeded against it, with the masked identifier and the last seeding date. Full identifiers are never returned.",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"pan\": \"string\",\n    \"consent\": \"string\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    }
                },
                {
                    "name": "PAN to Aadhaar (₹7.50)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/pan-to-aadhaar",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "pan-to-aadhaar"
                            ]
                        },
                        "description": "Returns the Aadhaar number seeded with the PAN plus name, date of birth and gender."
                    }
                }
            ]
        },
        {
            "name": "Banking & Payments",
            "item": [
                {
                    "name": "NPCI Status (₹9.00)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/npci-status",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "npci-status"
                            ]
                        },
                        "description": "Returns the NPCI mapper record (bank name, status, last updated) plus masked UIDAI holder information."
                    }
                },
                {
                    "name": "BANK IFSC DETAILS (₹0.50)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/bank-ifsc-details",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "bank-ifsc-details"
                            ]
                        },
                        "description": "Directory lookup that resolves an IFSC code to the bank name, branch, full address, city, district, state, contact number, MICR code and the supported payment rails (NEFT, RTGS, IMPS, UPI)."
                    }
                },
                {
                    "name": "IFSC Details (₹0.75)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/ifsc-details",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "ifsc-details"
                            ]
                        },
                        "description": "Returns bank, branch, address, city, district, state and NEFT/RTGS/IMPS/UPI support flags."
                    }
                }
            ]
        },
        {
            "name": "Vehicle & Transport",
            "item": [
                {
                    "name": "DL PDF (₹3.00)",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/dl-pdf",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "dl-pdf"
                            ]
                        },
                        "description": "Fetches the driving licence record for a licence number and date of birth and renders a ready-to-print PDF containing holder details, classes of vehicle, issuing RTO, validity dates and the current licence status. The response carries a signed, time-limited download URL plus the structured record.",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"dl_number\": \"string\",\n    \"dob\": \"string\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    }
                },
                {
                    "name": "RC PDF (₹6.00)",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/rc-pdf",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "rc-pdf"
                            ]
                        },
                        "description": "Returns the complete registration certificate for a vehicle number as a print-ready PDF together with the structured record: owner name, maker and model, fuel type, registration and fitness dates, insurance and PUC validity, and blacklist status.",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"rc_number\": \"string\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    }
                },
                {
                    "name": "Vehicle Challan (₹15.00)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/vehicle-challan",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "vehicle-challan"
                            ]
                        },
                        "description": "Returns every available e-challan for the vehicle including owner name, state, department, amount, status and payment date."
                    }
                },
                {
                    "name": "LL Exam (₹120.00)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/ll-exam",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "ll-exam"
                            ]
                        },
                        "description": "Queues a learner licence exam request. Save the returned order_id to poll the status endpoint later."
                    }
                },
                {
                    "name": "LL Exam Status (₹0.00)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/ll-exam-status",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "ll-exam-status"
                            ]
                        },
                        "description": "Status can be PENDING, COMPLETED or REJECTED. Completed requests include an attachment_url; rejected requests include refund details."
                    }
                }
            ]
        },
        {
            "name": "Documents & PDF",
            "item": [
                {
                    "name": "RC Print (₹4.50)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/rc-print",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "rc-print"
                            ]
                        },
                        "description": "Fetches the RC record for a vehicle number and renders a print-ready card. The pdf field is a base64 data URI."
                    }
                },
                {
                    "name": "DL Print (₹4.50)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/dl-print",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "dl-print"
                            ]
                        },
                        "description": "Returns a print-ready driving licence card as a base64 PDF data URI."
                    }
                },
                {
                    "name": "Ration Print (₹4.50)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/ration-print",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "ration-print"
                            ]
                        },
                        "description": "Unlike RC/DL, this endpoint returns a hosted pdf_url link instead of base64 content."
                    }
                },
                {
                    "name": "Agristack Farmer PDF (₹0.75)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/agristack-farmer-pdf",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "agristack-farmer-pdf"
                            ]
                        },
                        "description": "Agristack farmer registry verification. Returns the farmer PDF as a base64 data URI plus billing metadata."
                    }
                }
            ]
        },
        {
            "name": "Business & Tax",
            "item": [
                {
                    "name": "PAN TO GST SEARCH (₹0.50)",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/pan-to-gst-search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "pan-to-gst-search"
                            ]
                        },
                        "description": "Maps a PAN to all GST registrations issued against it, returning each GSTIN with its state, registration status and authority. Useful for onboarding checks and vendor de-duplication.",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"pan\": \"string\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    }
                },
                {
                    "name": "PAN to GST (₹0.75)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/pan-to-gst",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "pan-to-gst"
                            ]
                        },
                        "description": "Lists every GST registration mapped to the PAN with GSTIN, authorisation status and state."
                    }
                },
                {
                    "name": "GST Details (₹0.75)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/gst-details",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "gst-details"
                            ]
                        },
                        "description": "Returns legal name, constitution, taxpayer type, status, registration date and state jurisdiction for the GSTIN."
                    }
                }
            ]
        },
        {
            "name": "Wallet & Utility",
            "item": [
                {
                    "name": "Balance Check (₹0.00)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/balance",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "balance"
                            ]
                        },
                        "description": "Returns the live APIZONE wallet balance together with the account username. Use it for low-balance monitoring before routing paid lookups."
                    }
                },
                {
                    "name": "Place Order (₹0.00)",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "X-API-Key",
                                "value": "{{api_key}}"
                            },
                            {
                                "key": "X-API-Secret",
                                "value": "{{api_secret}}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/v1/place-order",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "v1",
                                "place-order"
                            ]
                        },
                        "description": "Creates an upstream order for the given service id, target link and quantity. The response contains the upstream order id used for status tracking.",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"api_key\": \"string\",\n    \"service\": 1,\n    \"link\": \"string\",\n    \"quantity\": 1\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    }
                }
            ]
        }
    ],
    "variable": [
        {
            "key": "base_url",
            "value": "https://versatile-lavender-rat.163-61-39-39.cpanel.site"
        },
        {
            "key": "api_key",
            "value": "YOUR_API_KEY"
        }
    ]
}