Quote Collectibles Insurance V2
POSThttps://api.verticalinsure.com/v2/quote/collectibles
Quote Collectibles Insurance V2
Request
Responses
- 200
- 401
quote-collectibles-v2 200 response
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/v2/quote/collectibles' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customer": {
"email_address": "user@example.com",
"state": "MN",
"country": "US",
"postal_code": "string",
"first_name": "string",
"middle_name": "string",
"last_name": "string",
"phone_number": "string",
"street": "string",
"city": "string"
},
"metadata": {},
"partner_id": "string",
"policy_attributes": {
"insurable_amount": 0
},
"quote_id": "string",
"email_quote": false,
"language": "string",
"currency": "USD"
}'
ResponseClear