{ "opencollection": "1.0.0", "info": { "name": "Progressive Auto Quote Certificates API", "version": "1.0" }, "items": [ { "info": { "name": "Certificates", "type": "folder" }, "items": [ { "info": { "name": "List certificates", "type": "http" }, "http": { "method": "GET", "url": "https://api.progressive.com/certificates" }, "docs": "Retrieves a list of certificates of insurance associated with the authenticated agent or policyholder account." }, { "info": { "name": "Create a certificate", "type": "http" }, "http": { "method": "POST", "url": "https://api.progressive.com/certificates", "body": { "type": "json", "data": "{}" } }, "docs": "Generates a new certificate of insurance for a specified policy and certificate holder." } ] } ], "bundled": true }