{ "opencollection": "1.0.0", "info": { "name": "CoverTrack API's", "version": "1.0" }, "items": [ { "info": { "name": "Get Compliance Status for Tenant", "type": "http" }, "http": { "method": "GET", "url": "https://api.covertrack.ca/compliance/:partnerId/:propertyId/:tenantId", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "partnerId", "value": "", "type": "path", "description": "The Partner name" }, { "name": "propertyId", "value": "", "type": "path", "description": "The Property ID, or \"P-Code\"" }, { "name": "tenantId", "value": "", "type": "path", "description": "The Tenant ID, or \"T-Code\"" } ] }, "docs": "Retrieve the Tenant's current Compliance Status" }, { "info": { "name": "Get Compliance Status For Property", "type": "http" }, "http": { "method": "GET", "url": "https://api.covertrack.ca/compliance/:partnerId/:propertyId", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "partnerId", "value": "", "type": "path", "description": "The Partner name" }, { "name": "propertyId", "value": "", "type": "path", "description": "The Property ID, or \"P-Code\"" } ] }, "docs": "Retrieve the Compliance Statuses for all Tenants of a Property" }, { "info": { "name": "Get Tenant Quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.covertrack.ca/quote/tenant/:partnerId", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "partnerId", "value": "", "type": "path", "description": "The Partner name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generate a quote for Tenant Insurance" }, { "info": { "name": "Post Policy Event to Partner Destination", "type": "http" }, "http": { "method": "POST", "url": "https://api.covertrack.ca/compliance/callback/example", "headers": [ { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Example of a partner destination callback that is invoked when a relevant Policy event occurs \n\n**Note** - this is not an actual endpoint, just the specification for the callback." } ], "bundled": true }