Skip to main content
GET
Get Coverage Option Validations

Authorizations

Authorization
string
header
required

Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.

Path Parameters

coverage_option_uuid
string
required
pingid
string
required

Response

200 - application/json
validations
any
required

Empty list ([]) when the coverage option is valid. Otherwise, an object keyed by affected entity type (peril_group, zone, coverage_option), then by that entity's UUID, mapping to a list of validation messages, each with message (human-readable text), field (the offending field name, e.g. bi_days_deductible), and verbose_name (title-cased field label, e.g. Bi Days Deductible).