Kota Types of events V2 API
The Types of events V2 API from Kota — 0 operation(s) for types of events v2.
The Types of events V2 API from Kota — 0 operation(s) for types of events v2.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/kota-types-of-events-v2-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
openapi: 3.2.0
info:
title: Kota Types of events V2 API
version: '1.0'
servers:
- url: https://test.api.kota.io
description: Test Kota API
x-fern-server-name: test
- url: https://api.kota.io
description: Production Kota API
x-fern-server-name: production
security:
- bearerAuth: []
tags:
- name: Types of events V2
paths: {}
webhooks:
EmployeeCreatedV2Webhook:
post:
tags:
- Types of events V2
summary: employee.created
operationId: EmployeeCreatedV2Webhook
requestBody:
description: An employee was created
content:
application/json:
schema:
$ref: '#/components/schemas/EmployeeCreatedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployeeUpdatedV2Webhook:
post:
tags:
- Types of events V2
summary: employee.updated
operationId: EmployeeUpdatedV2Webhook
requestBody:
description: An employee was updated
content:
application/json:
schema:
$ref: '#/components/schemas/EmployeeUpdatedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployeeOffboardedV2Webhook:
post:
tags:
- Types of events V2
summary: employee.offboarded
operationId: EmployeeOffboardedV2Webhook
requestBody:
description: An employee was offboarded
content:
application/json:
schema:
$ref: '#/components/schemas/EmployeeOffboardedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployerCreatedV2Webhook:
post:
tags:
- Types of events V2
summary: employer.created
operationId: EmployerCreatedV2Webhook
requestBody:
description: An employer was created
content:
application/json:
schema:
$ref: '#/components/schemas/EmployerCreatedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployerUpdatedV2Webhook:
post:
tags:
- Types of events V2
summary: employer.updated
operationId: EmployerUpdatedV2Webhook
requestBody:
description: An employer was updated
content:
application/json:
schema:
$ref: '#/components/schemas/EmployerUpdatedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployerOffboardedV2Webhook:
post:
tags:
- Types of events V2
summary: employer.offboarded
operationId: EmployerOffboardedV2Webhook
requestBody:
description: An employer was offboarded
content:
application/json:
schema:
$ref: '#/components/schemas/EmployerOffboardedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployerHealthInsuranceQuoteCreatedV2Webhook:
post:
tags:
- Types of events V2
summary: employer.health_insurance.quote.created
operationId: EmployerHealthInsuranceQuoteCreatedV2Webhook
requestBody:
description: A group health insurance quote request was created for an employer
content:
application/json:
schema:
$ref: '#/components/schemas/EmployerHealthInsuranceQuoteCreatedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployerHealthInsuranceQuoteActionRequiredV2Webhook:
post:
tags:
- Types of events V2
summary: employer.health_insurance.quote.action_required
operationId: EmployerHealthInsuranceQuoteActionRequiredV2Webhook
requestBody:
description: A group health insurance quote requires an action from the employer
content:
application/json:
schema:
$ref: '#/components/schemas/EmployerHealthInsuranceQuoteActionRequiredV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployerHealthInsuranceQuoteNotUndertakenV2Webhook:
post:
tags:
- Types of events V2
summary: employer.health_insurance.quote.not_undertaken
operationId: EmployerHealthInsuranceQuoteNotUndertakenV2Webhook
requestBody:
description: A group health insurance quote was not taken out
content:
application/json:
schema:
$ref: '#/components/schemas/EmployerHealthInsuranceQuoteNotUndertakenV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployerHealthInsuranceQuoteAcceptedV2Webhook:
post:
tags:
- Types of events V2
summary: employer.health_insurance.quote.accepted
operationId: EmployerHealthInsuranceQuoteAcceptedV2Webhook
requestBody:
description: A group health insurance quote was accepted
content:
application/json:
schema:
$ref: '#/components/schemas/EmployerHealthInsuranceQuoteAcceptedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployerHealthInsuranceQuotePendingV2Webhook:
post:
tags:
- Types of events V2
summary: employer.health_insurance.quote.pending_quote
operationId: EmployerHealthInsuranceQuotePendingV2Webhook
requestBody:
description: A group health insurance request for quote was made
content:
application/json:
schema:
$ref: '#/components/schemas/EmployerHealthInsuranceQuotePendingV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployerHealthInsuranceQuotePendingInsurerAcceptanceV2Webhook:
post:
tags:
- Types of events V2
summary: employer.health_insurance.quote.pending_insurer_acceptance
operationId: EmployerHealthInsuranceQuotePendingInsurerAcceptanceV2Webhook
requestBody:
description: A group health insurance quote is now pending acceptance by the insurer
content:
application/json:
schema:
$ref: '#/components/schemas/EmployerHealthInsuranceQuotePendingInsurerAcceptanceV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployeeHealthInsuranceOfferActionRequiredV2Webhook:
post:
tags:
- Types of events V2
summary: employee.health_insurance.offer.action_required
operationId: EmployeeHealthInsuranceOfferActionRequiredV2Webhook
requestBody:
description: A health insurance offer requires action from an employee.
content:
application/json:
schema:
$ref: '#/components/schemas/EmployeeHealthInsuranceOfferActionRequiredV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployeeHealthInsurancePolicyActivatedV2Webhook:
post:
tags:
- Types of events V2
summary: employee.health_insurance.policy.activated
operationId: EmployeeHealthInsurancePolicyActivatedV2Webhook
requestBody:
description: An Employee health insurance policy is successfully activated.
content:
application/json:
schema:
$ref: '#/components/schemas/EmployeeHealthInsurancePolicyActivatedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployeeHealthInsurancePolicyCancelledV2Webhook:
post:
tags:
- Types of events V2
summary: employee.health_insurance.policy.cancelled
operationId: EmployeeHealthInsurancePolicyCancelledV2Webhook
requestBody:
description: An Employee health insurance policy is successfully cancelled.
content:
application/json:
schema:
$ref: '#/components/schemas/EmployeeHealthInsurancePolicyCancelledV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployeeHealthInsurancePolicyExpiredV2Webhook:
post:
tags:
- Types of events V2
summary: employee.health_insurance.policy.expired
operationId: EmployeeHealthInsurancePolicyExpiredV2Webhook
requestBody:
description: An Employee health insurance policy is expired.
content:
application/json:
schema:
$ref: '#/components/schemas/EmployeeHealthInsurancePolicyExpiredV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
EmployeeHealthInsurancePolicyImportedV2Webhook:
post:
tags:
- Types of events V2
summary: employee.health_insurance.policy.imported
operationId: EmployeeHealthInsurancePolicyImportedV2Webhook
requestBody:
description: An Employee health insurance policy was imported from an external system.
content:
application/json:
schema:
$ref: '#/components/schemas/EmployeeHealthInsurancePolicyImportedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
ContributionReportFinalizedV2Webhook:
post:
tags:
- Types of events V2
summary: contribution_report.finalized
operationId: ContributionReportFinalizedV2Webhook
requestBody:
description: A contribution report has been finalized
content:
application/json:
schema:
$ref: '#/components/schemas/ContributionReportFinalizedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
GroupCreatedV2Webhook:
post:
tags:
- Types of events V2
summary: group.created
operationId: GroupCreatedV2Webhook
requestBody:
description: A group was created
content:
application/json:
schema:
$ref: '#/components/schemas/GroupCreatedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
GroupReadyV2Webhook:
post:
tags:
- Types of events V2
summary: group.ready
operationId: GroupReadyV2Webhook
requestBody:
description: A group is ready
content:
application/json:
schema:
$ref: '#/components/schemas/GroupReadyV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
GroupArchivedV2Webhook:
post:
tags:
- Types of events V2
summary: group.archived
operationId: GroupArchivedV2Webhook
requestBody:
description: A group is archived
content:
application/json:
schema:
$ref: '#/components/schemas/GroupArchivedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
GroupUpdatedV2Webhook:
post:
tags:
- Types of events V2
summary: group.updated
operationId: GroupUpdatedV2Webhook
requestBody:
description: A group was updated
content:
application/json:
schema:
$ref: '#/components/schemas/GroupUpdatedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
GroupEmployeeAddedV2Webhook:
post:
tags:
- Types of events V2
summary: group.employee.added
operationId: GroupEmployeeAddedV2Webhook
requestBody:
description: An employee was successfully added to the group
content:
application/json:
schema:
$ref: '#/components/schemas/GroupEmployeeAddedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
GroupEmployeeRemovedV2Webhook:
post:
tags:
- Types of events V2
summary: group.employee.removed
operationId: GroupEmployeeRemovedV2Webhook
requestBody:
description: An employee was removed from the group
content:
application/json:
schema:
$ref: '#/components/schemas/GroupEmployeeRemovedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
GroupEmployeeEligibleV2Webhook:
post:
tags:
- Types of events V2
summary: group.employee.eligible
operationId: GroupEmployeeEligibleV2Webhook
requestBody:
description: An employee in the group that was previously `Ineligible` is now `Eligible`
content:
application/json:
schema:
$ref: '#/components/schemas/GroupEmployeeEligibleV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
GroupEmployeeMovedV2Webhook:
post:
tags:
- Types of events V2
summary: group.employee.moved
operationId: GroupEmployeeMovedV2Webhook
requestBody:
description: An employee was moved from one group to another
content:
application/json:
schema:
$ref: '#/components/schemas/GroupEmployeeMovedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
GroupEmployeeMoveScheduledV2Webhook:
post:
tags:
- Types of events V2
summary: group.employee.move.scheduled
operationId: GroupEmployeeMoveScheduledV2Webhook
requestBody:
description: An employee has been scheduled to move to a different group
content:
application/json:
schema:
$ref: '#/components/schemas/GroupEmployeeMoveScheduledV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
PolicyScheduledV2Webhook:
post:
tags:
- Types of events V2
summary: policy.scheduled
operationId: PolicyScheduledV2Webhook
requestBody:
description: A policy has been scheduled
content:
application/json:
schema:
$ref: '#/components/schemas/PolicyScheduledV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
PolicyActiveV2Webhook:
post:
tags:
- Types of events V2
summary: policy.active
operationId: PolicyActiveV2Webhook
requestBody:
description: A policy has been activated
content:
application/json:
schema:
$ref: '#/components/schemas/PolicyActiveV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
PolicyImportedV2Webhook:
post:
tags:
- Types of events V2
summary: policy.imported
operationId: PolicyImportedV2Webhook
requestBody:
description: A policy has been imported from an external system
content:
application/json:
schema:
$ref: '#/components/schemas/PolicyImportedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
PolicyExpiredV2Webhook:
post:
tags:
- Types of events V2
summary: policy.expired
operationId: PolicyExpiredV2Webhook
requestBody:
description: A policy has expired
content:
application/json:
schema:
$ref: '#/components/schemas/PolicyExpiredV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
PolicyCancelledV2Webhook:
post:
tags:
- Types of events V2
summary: policy.cancelled
operationId: PolicyCancelledV2Webhook
requestBody:
description: A policy has been cancelled
content:
application/json:
schema:
$ref: '#/components/schemas/PolicyCancelledV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5xx:
description: If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!
x-fern-webhook: true
PolicyUpdatedV2Webhook:
post:
tags:
- Types of events V2
summary: policy.updated
operationId: PolicyUpdatedV2Webhook
requestBody:
description: A policy has been updated
content:
application/json:
schema:
$ref: '#/components/schemas/PolicyUpdatedV2Webhook'
responses:
2xx:
description: Your server implementation should return this HTTP status code if the data was received successfully
4xx:
description: If your server returns an HTTP status code indicating it d
# --- truncated at 32 KB (173 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/kota/refs/heads/main/openapi/kota-types-of-events-v2-api-openapi.yml