{ "opencollection": "1.0.0", "info": { "name": "State Farm Renters Insurance Coverage Quotes API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.statefarm.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Create Renters Insurance Quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.statefarm.com/v1/renters/quotes", "body": { "type": "json", "data": "{}" } }, "docs": "Request a renters insurance quote for a prospective tenant. Provide the property address, desired coverage amounts, and tenant information to receive a State Farm renters insurance quote with premium details and coverage options." }, { "info": { "name": "Get Renters Insurance Quote", "type": "http" }, "http": { "method": "GET", "url": "https://api.statefarm.com/v1/renters/quotes/:quoteId", "params": [ { "name": "quoteId", "value": "", "type": "path", "description": "Unique quote identifier" } ] }, "docs": "Retrieve details of a previously created renters insurance quote by its ID." } ] } ], "bundled": true }