For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Get access
Getting Started Key Concepts Integration Types Core Components Embed Hosted API API Reference
  • API Reference
    • Contribution Reports
    • Events and Webhooks
      • GETRetrieve a dependents management intent
      • GETRetrieve associated persons eligibility for a dependents management intent
      • POSTAdd dependents to a dependents management intent
      • DELRemove a dependent from a Dependents Management Intent
      • POSTConfirm dependent list
      • POSTCancel the dependents management intent
    • API Errors
Get access
LogoLogo
API ReferenceDependents Management Intents

Confirm dependent list

POST
/dependents_management_intents/:dependents_management_intent_id/confirm
POST
/dependents_management_intents/:dependents_management_intent_id/confirm
$curl -X POST https://test.api.kota.io/dependents_management_intents/dmi_3b1333d87d9d4fd6ad83ba7f6b0e951a/confirm \
> -H "Authorization: Bearer <apiKey>"

Submits the finalized dependent list for processing. Call this endpoint after adding all dependents to the intent. The system validates the list and transitions the intent to processing status. If any dependents are marked as ineligible or restricted, they must be removed before confirmation. The parent intent’s action deadline must not have passed.

Previous

Remove a dependent from a Dependents Management Intent

Next

Cancel the dependents management intent

Built with

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Path parameters

dependents_management_intent_idstringRequiredformat: "dmi_.+"

Errors

400
Bad Request Error
404
Not Found Error