v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
jobs

Get Job Adjuster

This endpoint returns the job's insurance adjuster information.

get/jobs/{jobId}/adjuster

Path parameters

jobIdstring uuid required

The job's unique identifier

Response

OK

adjusterNamestring

The adjuster's name

faxstring

The adjuster's fax

emailstring

The adjuster's email

claimApprovedboolean

a true or false flag indicating whether or not the claim was approved

claimApprovedDatestring

The date on which the claim was approved.

metWithAdjusterboolean

a true or false flag indicating whether or not the party met with the adjuster

metWithAdjusterDatestring

The date on which the party met with the adjuster.

Example response

{
  "adjusterName": "John Smith",
  "phone": {
    "number": "3452347896",
    "ext": "5454"
  },
  "fax": "456-234-8888",
  "email": "JohnSmith@RooferInsurance.com",
  "claimApprovedDate": "2025-03-11T00:00:00Z",
  "metWithAdjuster": true,
  "metWithAdjusterDate": "2025-03-11T00:00:00Z"
}