# Kota Developer Products Documentation ## Instructions for AI Agents - For clean Markdown of any page, append `.md` to the page URL - For section-specific indexes, append `/llms.txt` to any section URL - For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.kota.io/_mcp/server ## Docs - [Overview](https://docs.kota.io/getting-started.md): Learn about Kota's developer products and who they're designed for - [Key Concepts](https://docs.kota.io/key-concepts.md): Understand the key concepts that power all Kota integrations - [Integration Types](https://docs.kota.io/integration-types.md): Understanding Kota integration components and choosing your approach - [Authentication & Idempotency](https://docs.kota.io/core-components/authentication.md): Authenticate and make requests to the Kota API - [Managing Employers and Employees](https://docs.kota.io/core-components/employer-employee-management.md): Create, sync, and offboard employers and employees via the Kota API. - [Overview](https://docs.kota.io/core-components/webhooks-and-events.md): Handle asynchronous events from Kota via webhooks - [Working with Events](https://docs.kota.io/core-components/webhooks-and-events/working-with-events.md): Guide to working with events and webhooks - [Contribution Reporting](https://docs.kota.io/core-components/contribution-reporting.md): Understanding Contribution Reporting - [Embed Integration Overview](https://docs.kota.io/embed.md): Follow our project guide to successfully integrate Kota Embed - [Embed SDK Reference](https://docs.kota.io/embed/sdk-reference.md): Reference for the Kota Embed SDK - [Embed Server-side Integration](https://docs.kota.io/embed/server-side.md): Server-side summary for the Kota Embed integration - [Frontend SDK Integration](https://docs.kota.io/embed/frontend-sdk.md): Set up your Kota frontend integration - [Theming](https://docs.kota.io/embed/theming.md): Configure the Kota Embedded SDK theme to match your branding - [Overview](https://docs.kota.io/hosted.md): Follow our project guide to successfully integrate Kota. - [Server-side Integration](https://docs.kota.io/hosted/server-side.md): Server-side summary for the Kota Hosted integration - [Frontend Integration](https://docs.kota.io/hosted/frontend.md): Set up your Kota Hosted frontend integration - [Customization](https://docs.kota.io/hosted/customization.md): Customize Kota Hosted to match your brand - [API Integration Overview](https://docs.kota.io/api.md): Build a fully custom benefits experience through Kota's APIs - [Employer Health Insurance Setup](https://docs.kota.io/api/employer-health-insurance.md): Complete guide for building the employer experience for group health insurance using Kota's API - [Assign Employee to a Group](https://docs.kota.io/api/employee-flow/assign-employee-to-group.md): Add an employee to a benefit group and start the enrolment flow when needed - [Employee Enrolment](https://docs.kota.io/api/employee-flow/employee-enrolment.md): Enrol an employee into a group's health insurance policy using Kota's Enrolment Intent API - [Dependent Management](https://docs.kota.io/api/employee-flow/dependent-management.md): Add, remove, and confirm dependents during enrolment or after policy issuance using Kota's Dependents Management Intent API - [API Introduction](https://docs.kota.io/api-reference.md): Introduction to the Kota API - [Events and Webhooks](https://docs.kota.io/api-reference/events-and-webhooks.md): Listen for events from API calls and Embedded UI sessions - [API Errors](https://docs.kota.io/api-reference/errors.md): List of all potential API errors ## API Docs - API Reference > Employers [List all employers](https://docs.kota.io/api-reference/employers/list-employers.md) - API Reference > Employers [Create an employer](https://docs.kota.io/api-reference/employers/create-employer.md) - API Reference > Employers [Retrieve an employer](https://docs.kota.io/api-reference/employers/retrieve-employer.md) - API Reference > Employers [Update an employer](https://docs.kota.io/api-reference/employers/update-employer.md) - API Reference > Employers [Offboard an employer](https://docs.kota.io/api-reference/employers/offboard-employer.md) - API Reference > Employees [List all employees](https://docs.kota.io/api-reference/employees/list-employees.md) - API Reference > Employees [Create an employee](https://docs.kota.io/api-reference/employees/create-employee.md) - API Reference > Employees [Retrieve an employee](https://docs.kota.io/api-reference/employees/retrieve-employee.md) - API Reference > Employees [Update an employee](https://docs.kota.io/api-reference/employees/update-employee.md) - API Reference > Employees [Offboard an employee](https://docs.kota.io/api-reference/employees/offboard-employee.md) - API Reference > Employees [Cancel offboarding an employee](https://docs.kota.io/api-reference/employees/cancel-offboarding-employee.md) - API Reference > Health Insurance [Retrieve employer quote](https://docs.kota.io/api-reference/health-insurance/retrieve-employer-health-insurance-quote.md) - API Reference > Health Insurance [List all employer quotes](https://docs.kota.io/api-reference/health-insurance/list-employer-health-insurance-quotes.md) - API Reference > Health Insurance [Retrieve an employer policy](https://docs.kota.io/api-reference/health-insurance/retrieve-employer-health-insurance-policy.md) - API Reference > Health Insurance [List all employer policies](https://docs.kota.io/api-reference/health-insurance/list-employer-health-insurance-policies.md) - API Reference > Health Insurance [Retrieve an employee offer](https://docs.kota.io/api-reference/health-insurance/retrieve-employee-health-insurance-offer.md) - API Reference > Health Insurance [List all employee offers](https://docs.kota.io/api-reference/health-insurance/list-employee-health-insurance-offers.md) - API Reference > Health Insurance [List all employee policies](https://docs.kota.io/api-reference/health-insurance/list-employee-health-insurance-policies.md) - API Reference > Health Insurance [Retrieve an employee policy](https://docs.kota.io/api-reference/health-insurance/retrieve-employee-health-insurance-policy.md) - API Reference > Requirements [Get a requirement](https://docs.kota.io/api-reference/requirements/get-requirement.md) - API Reference > Requirements [Submit answers](https://docs.kota.io/api-reference/requirements/submit-answers.md) - API Reference > Contribution Reports [Retrieve a contribution report](https://docs.kota.io/api-reference/contribution-reports/retrieve-contribution-report.md) - API Reference > Contribution Reports [List all contribution reports](https://docs.kota.io/api-reference/contribution-reports/list-contribution-reports.md) - API Reference > Contribution Reports [Finalize a contribution report](https://docs.kota.io/api-reference/contribution-reports/finalize-contribution-report.md) - API Reference > Contribution Reports [Retrieve an employee breakdown](https://docs.kota.io/api-reference/contribution-reports/retrieve-employee-breakdown-for-contribution-report.md) - API Reference > Contribution Reports [List all employee breakdowns](https://docs.kota.io/api-reference/contribution-reports/list-employee-breakdowns-for-contribution-report.md) - API Reference > Events and Webhooks [List all events](https://docs.kota.io/api-reference/events-and-webhooks/list-events.md) - API Reference > Events and Webhooks [Retrieve an event](https://docs.kota.io/api-reference/events-and-webhooks/retrieve-event.md) - API Reference > Events and Webhooks [List all webhook endpoints](https://docs.kota.io/api-reference/events-and-webhooks/list-webhook-endpoints.md) - API Reference > Events and Webhooks [Retrieve a webhook endpoint](https://docs.kota.io/api-reference/events-and-webhooks/retrieve-webhook-endpoint.md) - API Reference > Events and Webhooks > Types of Events [employee.created](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employee-created-webhook.md) - API Reference > Events and Webhooks > Types of Events [employee.updated](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employee-updated-webhook.md) - API Reference > Events and Webhooks > Types of Events [employee.offboarded](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employee-offboarded-webhook.md) - API Reference > Events and Webhooks > Types of Events [employer.created](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employer-created-webhook.md) - API Reference > Events and Webhooks > Types of Events [employer.updated](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employer-updated-webhook.md) - API Reference > Events and Webhooks > Types of Events [employer.offboarded](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employer-offboarded-webhook.md) - API Reference > Events and Webhooks > Types of Events [employer.health_insurance.quote.created](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employer-health-insurance-quote-created-webhook.md) - API Reference > Events and Webhooks > Types of Events [employer.health_insurance.quote.action_required](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employer-health-insurance-quote-action-required-webhook.md) - API Reference > Events and Webhooks > Types of Events [employer.health_insurance.quote.not_undertaken](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employer-health-insurance-quote-not-undertaken-webhook.md) - API Reference > Events and Webhooks > Types of Events [employer.health_insurance.quote.accepted](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employer-health-insurance-quote-accepted-webhook.md) - API Reference > Events and Webhooks > Types of Events [employer.health_insurance.quote.pending_quote](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employer-health-insurance-quote-pending-webhook.md) - API Reference > Events and Webhooks > Types of Events [employer.health_insurance.quote.pending_insurer_acceptance](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employer-health-insurance-quote-pending-insurer-acceptance-webhook.md) - API Reference > Events and Webhooks > Types of Events [employee.health_insurance.offer.action_required](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employee-health-insurance-offer-action-required-webhook.md) - API Reference > Events and Webhooks > Types of Events [employee.health_insurance.policy.activated](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employee-health-insurance-policy-activated-webhook.md) - API Reference > Events and Webhooks > Types of Events [employee.health_insurance.policy.cancelled](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employee-health-insurance-policy-cancelled-webhook.md) - API Reference > Events and Webhooks > Types of Events [employee.health_insurance.policy.expired](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/employee-health-insurance-policy-expired-webhook.md) - API Reference > Events and Webhooks > Types of Events [contribution_report.finalized](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events/contribution-report-finalized-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employee.created](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employee-created-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employee.updated](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employee-updated-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employee.offboarded](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employee-offboarded-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employer.created](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employer-created-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employer.updated](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employer-updated-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employer.offboarded](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employer-offboarded-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employer.health_insurance.quote.created](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employer-health-insurance-quote-created-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employer.health_insurance.quote.action_required](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employer-health-insurance-quote-action-required-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employer.health_insurance.quote.not_undertaken](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employer-health-insurance-quote-not-undertaken-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employer.health_insurance.quote.accepted](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employer-health-insurance-quote-accepted-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employer.health_insurance.quote.pending_quote](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employer-health-insurance-quote-pending-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employer.health_insurance.quote.pending_insurer_acceptance](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employer-health-insurance-quote-pending-insurer-acceptance-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employee.health_insurance.offer.action_required](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employee-health-insurance-offer-action-required-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employee.health_insurance.policy.activated](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employee-health-insurance-policy-activated-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employee.health_insurance.policy.cancelled](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employee-health-insurance-policy-cancelled-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employee.health_insurance.policy.expired](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employee-health-insurance-policy-expired-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [employee.health_insurance.policy.imported](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/employee-health-insurance-policy-imported-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [contribution_report.finalized](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/contribution-report-finalized-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group.created](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-created-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group.ready](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-ready-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group.archived](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-archived-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group.updated](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-updated-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group.employee.added](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-employee-added-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group.employee.removed](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-employee-removed-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group.employee.eligible](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-employee-eligible-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group.employee.moved](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-employee-moved-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group.employee.move.scheduled](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-employee-move-scheduled-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy.scheduled](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-scheduled-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy.active](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-active-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy.imported](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-imported-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy.expired](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-expired-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy.cancelled](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-cancelled-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy.updated](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-updated-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy.renewal.opened](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-renewal-opened-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy.renewal.renewed](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-renewal-renewed-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy.renewal.canceled](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-renewal-canceled-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy.scheduled](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-scheduled-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy.active](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-active-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy.expired](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-expired-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy.cancelled](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-cancelled-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy.updated](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-updated-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy.renewal.opened](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-renewal-opened-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy.renewal.renewed](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-renewal-renewed-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy.renewal.canceled](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-renewal-canceled-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [enrolment_intent.processing](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/enrolment-intent-processing-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [enrolment_intent.scheduled](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/enrolment-intent-scheduled-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [enrolment_intent.action_required](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/enrolment-intent-action-required-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [enrolment_intent.enrolling](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/enrolment-intent-enrolling-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [enrolment_intent.enrolled](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/enrolment-intent-enrolled-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [enrolment_intent.not_undertaken](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/enrolment-intent-not-undertaken-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [enrolment_intent.ineligible](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/enrolment-intent-ineligible-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [enrolment_intent.pending_confirmation](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/enrolment-intent-pending-confirmation-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [enrolment_intent.addon_selection_required](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/enrolment-intent-addon-selection-required-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy_amendment_intent.action_required](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-amendment-intent-action-required-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy_amendment_intent.awaiting_quote](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-amendment-intent-awaiting-quote-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy_amendment_intent.pending_confirmation](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-amendment-intent-pending-confirmation-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy_amendment_intent.processing](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-amendment-intent-processing-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy_amendment_intent.amended](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-amendment-intent-amended-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy_amendment_intent.processing_error](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-amendment-intent-processing-error-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy_amendment_intent.not_undertaken](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-amendment-intent-not-undertaken-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [dependents_management_intent.action_required](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/dependents-management-intent-action-required-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [dependents_management_intent.completed](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/dependents-management-intent-completed-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [dependents_management_intent.not_undertaken](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/dependents-management-intent-not-undertaken-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy_import_intent.processing](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-import-intent-processing-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy_import_intent.success](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-import-intent-success-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [policy_import_intent.failed](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/policy-import-intent-failed-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_quote_intent.processing](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-quote-intent-processing-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_quote_intent.action_required](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-quote-intent-action-required-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_quote_intent.awaiting_quote](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-quote-intent-awaiting-quote-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_quote_intent.quote_available](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-quote-intent-quote-available-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_quote_intent.rejected](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-quote-intent-rejected-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_quote_intent.rejected_by_insurer](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-quote-intent-rejected-by-insurer-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_quote_intent.quote_expired](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-quote-intent-quote-expired-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy_intent.processing](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-intent-processing-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy_intent.action_required](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-intent-action-required-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy_intent.pending_provider_approval](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-intent-pending-provider-approval-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy_intent.policy_created](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-intent-policy-created-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy_intent.expired](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-intent-expired-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy_intent.provider_rejected](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-intent-provider-rejected-v-2-webhook.md) - API Reference > Events and Webhooks > Types of Events V2 [group_policy_intent.manual_renewal_gathering_required](https://docs.kota.io/api-reference/events-and-webhooks/types-of-events-v-2/group-policy-intent-manual-renewal-gathering-required-v-2-webhook.md) - API Reference > Embed Sessions [Get Embedded SDK token](https://docs.kota.io/api-reference/embed-sessions/create-embed-session.md) - API Reference > Associated Persons [List associated persons](https://docs.kota.io/api-reference/associated-persons/list-associated-persons.md) - API Reference > Associated Persons [Create an associated person](https://docs.kota.io/api-reference/associated-persons/create-associated-person.md) - API Reference > Associated Persons [Retrieve an associated person](https://docs.kota.io/api-reference/associated-persons/retrieve-associated-person.md) - API Reference > Associated Persons [Update an associated person](https://docs.kota.io/api-reference/associated-persons/update-associated-person.md) - API Reference > Associated Persons [Delete an associated person](https://docs.kota.io/api-reference/associated-persons/delete-associated-person.md) - API Reference > Dependents Management Intents [Retrieve a dependents management intent](https://docs.kota.io/api-reference/dependents-management-intents/retrieve-dependents-management-intent.md) - API Reference > Dependents Management Intents [Retrieve associated persons eligibility for a dependents management intent](https://docs.kota.io/api-reference/dependents-management-intents/get-associated-persons-eligibility.md) - API Reference > Dependents Management Intents [Add dependents to a dependents management intent](https://docs.kota.io/api-reference/dependents-management-intents/add-dependents-to-dependents-management-intent.md) - API Reference > Dependents Management Intents [Remove a dependent from a Dependents Management Intent](https://docs.kota.io/api-reference/dependents-management-intents/remove-dependent-from-dependents-management-intent.md) - API Reference > Dependents Management Intents [Confirm dependent list](https://docs.kota.io/api-reference/dependents-management-intents/confirm-dependents-management-intent.md) - API Reference > Dependents Management Intents [Cancel the dependents management intent](https://docs.kota.io/api-reference/dependents-management-intents/cancel-dependents-management-intent.md) - API Reference > Enrolment Intents [List all enrolment intents](https://docs.kota.io/api-reference/enrolment-intents/list-enrolment-intents.md) - API Reference > Enrolment Intents [Create a new enrolment intent](https://docs.kota.io/api-reference/enrolment-intents/create-enrolment-intent.md) - API Reference > Enrolment Intents [Retrieve an enrolment intent](https://docs.kota.io/api-reference/enrolment-intents/retrieve-enrolment-intent.md) - API Reference > Enrolment Intents [Update policy configuration enrolment intent](https://docs.kota.io/api-reference/enrolment-intents/update-enrolment-intent-configuration.md) - API Reference > Enrolment Intents [List requirements for an enrolment intent](https://docs.kota.io/api-reference/enrolment-intents/list-enrolment-intent-requirements.md) - API Reference > Enrolment Intents [Confirm an enrolment intent](https://docs.kota.io/api-reference/enrolment-intents/confirm-enrolment-intent.md) - API Reference > Enrolment Intents [Reject an enrolment intent](https://docs.kota.io/api-reference/enrolment-intents/reject-enrolment-intent.md) - API Reference > Enrolment Intents [Submit coverage selections for an enrolment intent](https://docs.kota.io/api-reference/enrolment-intents/submit-enrolment-intent-coverage-selections.md) - API Reference > Enrolment Intents [Create a dependents management intent for an enrolment intent](https://docs.kota.io/api-reference/enrolment-intents/create-dependents-management-intent-for-enrolment-intent.md) - API Reference > Events [Replay an event](https://docs.kota.io/api-reference/events/replay-event.md) - API Reference > Group Policies [List all group policies](https://docs.kota.io/api-reference/group-policies/list-group-policies.md) - API Reference > Group Policies [Retrieve a group policy](https://docs.kota.io/api-reference/group-policies/retrieve-group-policy.md) - API Reference > Group Policy Intents [List group policy intents](https://docs.kota.io/api-reference/group-policy-intents/list-group-policy-intents.md) - API Reference > Group Policy Intents [Create a group policy intent](https://docs.kota.io/api-reference/group-policy-intents/create-group-policy-intent.md) - API Reference > Group Policy Intents [Retrieve a group policy intent](https://docs.kota.io/api-reference/group-policy-intents/retrieve-group-policy-intent.md) - API Reference > Group Policy Intents [List requirements for a group policy intent](https://docs.kota.io/api-reference/group-policy-intents/list-group-policy-intent-requirements.md) - API Reference > Group Quote Intents [List group quote intents](https://docs.kota.io/api-reference/group-quote-intents/list-group-quote-intents.md) - API Reference > Group Quote Intents [Create a group quote intent](https://docs.kota.io/api-reference/group-quote-intents/create-group-quote-intent.md) - API Reference > Group Quote Intents [Retrieve a group quote intent](https://docs.kota.io/api-reference/group-quote-intents/retrieve-group-quote-intent.md) - API Reference > Group Quote Intents [List requirements for a group quote intent](https://docs.kota.io/api-reference/group-quote-intents/list-group-quote-intent-requirements.md) - API Reference > Group Quote Intents [Retrieve the quote for a group quote intent](https://docs.kota.io/api-reference/group-quote-intents/get-group-quote-intent-quote.md) - API Reference > Group Quote Intents [Reject a group quote intent](https://docs.kota.io/api-reference/group-quote-intents/reject-group-quote-intent.md) - API Reference > Groups [List all groups](https://docs.kota.io/api-reference/groups/list-groups.md) - API Reference > Groups [Create a group](https://docs.kota.io/api-reference/groups/create-group.md) - API Reference > Groups [Retrieve a group](https://docs.kota.io/api-reference/groups/retrieve-group.md) - API Reference > Groups [Update a group](https://docs.kota.io/api-reference/groups/update-group.md) - API Reference > Groups [List employees in a group](https://docs.kota.io/api-reference/groups/list-group-employees.md) - API Reference > Groups [Add an employee to a group](https://docs.kota.io/api-reference/groups/add-employee-to-group.md) - API Reference > Groups [Check employee eligibility for a group](https://docs.kota.io/api-reference/groups/check-group-eligibility.md) - API Reference > Hosted Sessions [Get One-off Hosted Session Link](https://docs.kota.io/api-reference/hosted-sessions/create-hosted-session.md) - API Reference > Plans [List all plans](https://docs.kota.io/api-reference/plans/list-plans.md) - API Reference > Plans [Retrieve a plan](https://docs.kota.io/api-reference/plans/retrieve-plan.md) - API Reference > Policies [List all policies](https://docs.kota.io/api-reference/policies/list-policies.md) - API Reference > Policies [Retrieve a policy](https://docs.kota.io/api-reference/policies/retrieve-policy.md) - API Reference > Policy Amendment Intents [List all policy amendment intents for a policy](https://docs.kota.io/api-reference/policy-amendment-intents/list-policy-amendment-intents.md) - API Reference > Policy Amendment Intents [Create a new policy amendment intent](https://docs.kota.io/api-reference/policy-amendment-intents/create-policy-amendment-intent.md) - API Reference > Policy Amendment Intents [Retrieve a policy amendment intent](https://docs.kota.io/api-reference/policy-amendment-intents/retrieve-policy-amendment-intent.md) - API Reference > Policy Amendment Intents [Confirm policy amendment intent](https://docs.kota.io/api-reference/policy-amendment-intents/confirm-policy-amendment-intent.md) - API Reference > Policy Amendment Intents [Cancel a policy amendment intent](https://docs.kota.io/api-reference/policy-amendment-intents/cancel-policy-amendment-intent.md) - API Reference > Policy Amendment Intents [Create a dependents management intent for a policy amendment](https://docs.kota.io/api-reference/policy-amendment-intents/create-dependents-management-intent-for-policy-amendment.md) - API Reference > Policy Import Intents [List all policy import intents](https://docs.kota.io/api-reference/policy-import-intents/list-policy-import-intents.md) - API Reference > Policy Import Intents [Create a new policy import intent](https://docs.kota.io/api-reference/policy-import-intents/create-policy-import-intent.md) - API Reference > Policy Import Intents [Retrieve a policy import intent](https://docs.kota.io/api-reference/policy-import-intents/retrieve-policy-import-intent.md) - API Reference > Providers [List all providers](https://docs.kota.io/api-reference/providers/list-providers.md) - API Reference > Providers [Retrieve a provider](https://docs.kota.io/api-reference/providers/retrieve-provider.md) ## OpenAPI Specification The raw OpenAPI 3.1 specification for this API is available at: - [OpenAPI JSON](https://docs.kota.io/openapi.json) - [OpenAPI YAML](https://docs.kota.io/openapi.yaml)