Skip to main content

Pet Age Ranges

GET 

/v1/products/pet-insurance/age

List available age ranges for pet insurance

Request

Header Parameters

    x-api-client-id any

    Either x-api-client-id or Authorization header must be provided.

Responses

Ok

Schema
  • Array [
  • id string
    name string
    min int32
    max int32
  • ]
Loading...