Skip to main content
Domavia
Api
Latest

Succession API

Succession API endpoints (5 endpoints). Supports both read and write operations.

Succession API

Succession API endpoints (5 endpoints). Supports both read and write operations.

Available Operations:

  • determineApplicableLaw - determineApplicableLaw
  • getForcedHeirshipRules - getForcedHeirshipRules
  • getSupportedJurisdictions - getSupportedJurisdictions
  • calculateDistribution - calculateDistribution
  • validateEstatePlan - validateEstatePlan

Authentication

Authenticated

Most endpoints require authentication. See Authentication for details.

Endpoints

Queries

succession.determineApplicableLaw

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


succession.getForcedHeirshipRules

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


succession.getSupportedJurisdictions

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


succession.validateEstatePlan

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


Mutations

succession.calculateDistribution

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.