Skip to main content

Get a claim

GET 

/v1/claims/:id

Get details of a claim by id

Request

Path Parameters

    id integerrequired

    ID of the claim

Responses

OK

Schema
    data object
    id integer

    ID of the claim

    date string

    Date of the accident

    time string

    Time of the accident

    location string

    Location of the accident

    description string

    Description of the accident

    status string

    Status of the claim

    damages string

    Damages recorded in the vehicle

    bank_details object

    Bank details of the user for payment

    bank_name string

    Name of the bank

    account_name string

    Name of the account

    account_number string

    Number of the account

    pre_evaluation PreEvaluationResponse
    chassis_number string

    Chassis number of the vehicle

    manufacturer string

    Manufacturer of the vehicle

    model string

    Model of the vehicle

    year string

    Year of manufacture of the vehicle

    color string

    Color of the vehicle

    engine_no string

    Engine number of the vehicle

    usage string

    Usage of the vehicle

    license_number string

    License number of the vehicle

    license_expiry string

    License expiry date of the vehicle

    vehicle_value string

    Value of the vehicle

    vehicle_value_currency string

    Currency of the vehicle value

    vehicle_type string

    Type of the vehicle

    vehicle_details object[]

    Details of the vehicle

  • Array [
  • url string

    URL of the vehicle

    side string

    Side of the vehicle

  • ]
  • vehicle_regno string

    Registration number of the vehicle

    assessment_type string

    Type of assessment

    created_at string

    Date of creation of the pre-evaluation

    ref string

    Reference of the pre-evaluation

    files object[]

    Files of the pre-evaluation

  • Array [
  • url string

    URL of the file

    side string

    Side of the file

    status string

    Status of the file

  • ]
Loading...