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 Event Insurance API

Quote and bind Duuo event insurance. Ordered flow — create entity, create quote, get quote, make payment. With bindOnPayment=true (the default for API partners) the policy is created and emailed automatically on successful payment; with bindOnPayment=false the partner must also call Create Policy and Email Policy.

The Co-operators Event 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 Event 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 6 operations across 6 paths, and defines 8 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

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

6 operations 6 paths 8 schemas 1 GET4 POST1 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 Event 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 6

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

Event Insurance 6

Quote and bind Duuo event insurance. Ordered flow — create entity, create quote, get quote, make payment. With bindOnPayment=true (the default for API partners) the policy is crea…

POST
/api/v1/event/entity
Create entity
createEventEntity body → 200401440500
POST
/api/v1/event/quote
Create quote
createEventQuote body → 200401440500
GET
/api/v1/event/quote/{quoteId}
Get quote
getEventQuote 1 param → 200401440500
POST
/api/v1/event/quote/{quoteId}/payment
Make payment
createEventQuotePayment 1 param body → 200401440500
POST
/api/v1/event/policy
Create policy
createEventPolicy body → 200401440500
PUT
/api/v1/event/policy/{policyId}/email
Email policy
emailEventPolicy 1 param → 200401440500

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are EventQuoteRequest (15 properties), EventEntityRequest (7 properties), EventAddress (6 properties), EventEnvelope (4 properties). Each schema is shown below with its type and property counts.

EventEnvelope
object
Duuo platform response envelope for the event product. The payload sits at data.resolved.response, with the HTTP-style code at data.resolved.responseCode.
4 properties
EventAddress
object
6 properties
EventPaymentRequest
object
3 properties 3 required
EventEntityRequest
object
7 properties 3 required
EventQuoteRequest
object
15 properties 7 required
EventCoHost
object
2 properties
EventPolicyRequest
object
1 property 1 required
EventAdditionalInsured
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs The Co-operators publishes across the network.

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

This is an independent, third-party profile of The Co-operators Event 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.