Skip to main content

List all product types

GET 

/v1/product-types

Retrieves a list of all available insurance product types. Product types refer to the major categories of insurance e.g Health, Automobile, Life, Gadget, Goods in transit, etc

Request

Responses

OK

Schema
    data object[]
  • Array [
  • name string

    The generally accepted human friendly name

    slug string

    The unique identifier for technical purposes

  • ]
Loading...