v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
jobs

Get Job Insurance

This endpoint returns the job's insurance information.

get/jobs/{jobId}/insurance

Path parameters

jobIdstring uuid required

The job's unique identifier

Response

OK

_linkstring uri
claimFiledboolean

Indicates if the claim was filed or not.

claimFiledDatestring date-time

Date when the claim was filed.

claimNumberstring

An identifier for the claim.

customInsuranceCompanyNamestring

A name for a custom insurance company

damageLocationstring

A string representing data about the location of the damage.

dateOfLossstring date-time

The date of loss registered for the insurance.

hasPaperworkboolean

Indicates if the insurance has paperwork.

Example response

{
  "insuranceCompany": {
    "isActive": true
  }
}