How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

The Co-operators Tenant Insurance API

Quote and bind Duuo tenant (renters) insurance. Ordered flow — check eligibility, update quote, add insured, make payment. Duuo notes that Get Quote Status and Get Policies were documented as "to be released at a later date" and are not part of this surface.

The Co-operators Tenant Insurance API is one of 2 APIs that The Co-operators publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tenant Insurance. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, a support channel, an engineering blog, and authentication docs.

This API exposes 4 operations across 4 paths, and defines 7 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://{partnerHost}.

4 operations 4 paths 7 schemas 1 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Server
https://{partnerHost}
Authentication
HTTP Bearer, OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 2

The Co-operators Tenant Insurance API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (duuoBearer). It supports OAuth 2.0 (duuoOAuth2) using the clientCredentials flow. By default, every request must be authenticated.

  • duuoBearer — Bearer token obtained from the partner-issued OAuth 2.0 token endpoint. The token expires every 60 minutes and must be refreshed.
  • duuoOAuth2 — OAuth 2.0 client credentials grant. POST granttype=clientcredentials to the token URL supplied by the Duuo partnerships team, with an HTTP Basic Authorization…

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 1 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Tenant Insurance 4

Quote and bind Duuo tenant (renters) insurance. Ordered flow — check eligibility, update quote, add insured, make payment. Duuo notes that Get Quote Status and Get Policies were d…

POST
/api/v1/tenant/eligibility
Check eligibility
checkTenantEligibility body → 200400403404
PUT
/api/v1/tenant/quote/{quoteSubmissionId}
Update quote
updateTenantQuote 1 param body → 200400403404422
PUT
/api/v1/tenant/quote/{quoteSubmissionId}/addinsured
Add insured
addTenantQuoteInsured 1 param body → 200400403404
PUT
/api/v1/tenant/quote/{quoteSubmissionId}/payment
Make payment
createTenantQuotePayment 1 param body → 200400403404

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are TenantQuoteUpdateRequest (29 properties), TenantAddInsuredRequest (14 properties), TenantEligibilityRequest (6 properties), TenantErrorEnvelope (4 properties). Each schema is shown below with its type and property counts.

TenantQuoteUpdateRequest
object
29 properties 13 required
TenantAddInsuredRequest
object
14 properties 5 required
TenantFieldError
object
One field-level validation error.
3 properties
TenantEnvelope
object
Duuo platform response envelope for the tenant product. The payload sits at data.resolved.message, with the code at data.resolved.status. Every success carries…
4 properties
TenantEligibilityRequest
object
6 properties 4 required
TenantErrorEnvelope
object
Duuo platform error envelope for the tenant product.
4 properties
TenantPaymentRequest
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cooperators-tenant-insurance-api-openapi.yml Raw ↑

Other APIs The Co-operators publishes across the network.

The Co-operators Event Insurance API
Where this information came from

This is an independent, third-party profile of The Co-operators Tenant Insurance API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.