Skip to main content

Get a product

GET 

/v1/products/:id

Get details of a product by id

Request

Path Parameters

    id stringrequired

    ID of the product

Responses

OK

Schema
    data object
    id string

    ID of the product

    name string

    Name of the product

    description string

    Description of the product

    type string

    Possible values: [3rd_party, comprehensive]

    Type of the product

    premium_rate string

    Premium of the product

    payment_duration string

    Duration of the policy

Loading...