For the complete documentation index, see llms.txt. This page is also available as Markdown.

File Claim Object

This section describes the attributes contained in the file claim object sent when filing a claim for insurance.

Attribute
Type
Description

description

String

Full description of loss or damage for claim.

reason

String

Reason for fliling claim. Must be one of lost-in-transit or damage.

signature

String

Base 64 representation of signature for claimant.

witnesses

Array

Nested array of witnesses that can support claim. e.g.

[
    [
        "Adaeze Ukaegbu",
        "+2348122689450"
    ],
    [
        "Felix Junior",
        "+2348122689641"
    ]
]

Last updated

Was this helpful?