Skip to main content
Domavia
Api
Latest

Risk API

Risk API endpoints (9 endpoints). Supports both read and write operations.

Risk API

Risk API endpoints (9 endpoints). Supports both read and write operations.

Available Operations:

  • getProviders - getProviders
  • aggregateQuotes - aggregateQuotes
  • getRiskProfile - getRiskProfile
  • getRecommendations - getRecommendations
  • createPolicy - createPolicy
  • getPolicy - getPolicy
  • submitClaim - submitClaim
  • getClaimStatus - getClaimStatus
  • verifyCoverage - verifyCoverage

Authentication

Authenticated

Most endpoints require authentication. See Authentication for details.

Endpoints

Queries

risk.getProviders

Type: Query (read-only)

Response

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


risk.getRiskProfile

Type: Query (read-only)

Response

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


risk.getRecommendations

Type: Query (read-only)

Response

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


risk.getPolicy

Type: Query (read-only)

Response

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


risk.getClaimStatus

Type: Query (read-only)

Response

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


risk.verifyCoverage

Type: Query (read-only)

Response

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


Mutations

risk.aggregateQuotes

Type: Mutation (write)

Response

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


risk.createPolicy

Type: Mutation (write)

Response

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


risk.submitClaim

Type: Mutation (write)

Response

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