INSURANCE TRACKING by CR-CERTIFY®
Let CR Certify handle tracking insurance documentation for you. CR Certify will request a certificate of insurance evidencing coverage from each contractor and subcontractor as required by contract. All certificates, endorsements, and policy documents will be entered into a master contractor database where it will be monitored for expiration on a monthly basis. CR Certify will request renewal documents 10 days prior to expiration.
Collect, review, verify and track:
Certificates of Insurance
Policy Endorsements
Specific Exclusions
Take corrective action on non-compliance with our industry specific innovative software
Notify subcontractors and brokers of upcoming renewals
Visibility into subcontractors compliance status through our online portal
Access to real-time status and reporting
Timely and responsive communication
Our APIs



/api/Companies/{companyID}
Retrieves detailed information for a specific company based on the provided companyID
This API endpoint retrieves the contract details for a specific project identified by the ProjectID. It includes various fields such as companyID to identify the associated company and workDescription to describe the nature of the work. The contractNumber is used for unique identification of the contract, and initialContractValue indicates the starting value of the contract. Additionally, the startDate and addressID provide scheduling and location details for the project, while notifiedBy specifies the person responsible for notifications.
POST /api/Projects/{ProjectID}/Contract
{
"companyID": 2,
"workDescription": "string",
"contractNumber": "1498",
"initialContractValue": 145,
"startDate": "12/14/2024",
"addressID": 2,
"notifiedBy": "Michelle"
}
