Pet Breeds
GEThttps://api.verticalinsure.com/v1/products/pet-insurance/breeds
List available breeds for pet insurance
Request
Responses
- 200
- 401
Ok
Either `x-api-client-id` or `Authorization` header must be provided.
Authorization: http
name: basic authtype: httpdescription: `Authorization` header with value of `Basic <auth string>` where the `auth string` value is a base64 encoded string of `<client id>:<client secret>` scheme: basic
- curl
- python
- nodejs
- ruby
- php
- CURL
curl -L 'https://api.verticalinsure.com/v1/products/pet-insurance/breeds' \
-H 'Accept: application/json'
ResponseClear