Skip to main content

Get all products

GET 

/v1/products

Get all products

Request

Query Parameters

    type string

    Possible values: [3rd_party, comprehensive]

    Type of the product

Responses

OK

Schema
    data object[]
  • Array [
  • id integer

    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 number

    Premium of the product

    payment_duration string

    Duration of the policy

    vehicle_value_label stringnullable

    Label for the vehicle value band, if any

    extra_cover_benefits object[]

    Additional cover benefits for the product

  • ]
Loading...