Quotes
Create Short Link for Quote
Creates a short Link for a quote.
AuthorizationBasic <token>
Authorization header with value of Basic <auth string> where the auth string value
is a base64 encoded string of <client id>:<client secret>
In: header
Path Parameters
productCodestring
[key: string]?any
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://api.verticalinsure.com/v1/quote/string/short-link" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"product_code": "string",
"search_params": "string",
"url": "string",
"partner_url_identifier": "string"
}{
"id": "string",
"product_code": "string",
"search_params": "string",
"url": "string",
"partner_url_identifier": "string"
}{
"error": "string",
"error_code": "string",
"message": "string",
"reason": "string",
"status": 0
}Empty
{
"error": "string",
"error_code": "string",
"message": "string",
"reason": "string",
"status": 0
}