By Product Details
Headers#
| Header | Description | Required |
| X-SureBright-Access-Token | Access token for authentication | No |
| Content-Type | application/json | Yes |
Country and State Codes#
Country codes (Alpha 2): IBAN Country Codes
US State codes: FIPS State Codes
POST
https://{HOST_NAME}/api/v1/quote/listWarrantyQuotesThis endpoint retrieves a list of warranty quotes based on product details (title, description, and price). The response includes detailed warranty options, pricing, and coverage information similar to other quote endpoints.
Query parameters
storeIdstringrequiredA unique identifier for a store will be shared as part of the integration kit
Example:
ecca4210-09a4-446c-ad87-5e65bd50df12countrystringrequiredThe country code of the identified customer location
Example:
USstatestringThe state code of the identified customer location
Example:
ALBody
application/json
json
{
"productTitle": "Sony Bravia OLED 4K",
"productDescription": "4K LED TV",
"productPrice": 21
}