Product/Partner API Doumentation

This API fetches a paginated list of active partner products that are currently associated with applications. The response includes details such as product name, category, partner, and revenue type for each linked product.

List of Products Grouped by Partners 🔒

  • Endpoint: {{Base URL}}/product/application-products

  • Method: GET

  • Description: Fetch the list of application related products grouped by partners

Response

{

    "data": {

        "AHM": [

            {

                "product_id": 6115,

                "product_name": "Overseas Student Health Cover",

                "product_branch_id": 616,

                "product_branch_name": "AHM ",

                "revenue_type": "Commission from Partner",

                "product_category_id": 24,

                "product_category_name": "Health Insurance",

                "partner_id": 283,

                "partner_name": "AHM",

                "partner_branch_id": 616,

                "partner_branch_name": "AHM "

            }

        ],

    "count": 8,

    "message": "Unique application products retrieved successfully"

}

Did this answer your question?
😞
😐
😁