Querying for underwriting issues

To request information about underwriting issues associated with jobs, use the following endpoints from the Job API:

Endpoint Response
GET /job/v1/jobs/{jobId}/uw-issues A collection of underwriting issues associated with the given job
GET /job/v1/jobs/{jobId}/uw-issues/{uwIssueId}

The specified underwriting issue

GET /job/v1/jobs/{jobId}/uw-issues/{uwIssueId}/history A collection of UWIssueHistory resources that trace the state history of the specified underwriting issue.

When a job is bound, approved and informational underwriting issues are copied over to the policy.

To request information about underwriting issues associated with policies, use the following endpoints from the Policy API:

Endpoint Response

GET /policy/v1/policies/{policyId}/uw-issues

A collection of underwriting issues associated with the given policy

GET /policy/v1/policies/{policyId}/uw-issues/{uwIssueId}

The specified underwriting issue

GET /policy/v1/policies/{policyId}/uw-issues/{uwIssueId}/history

A collection of UWIssueHistory resources that trace the state history of the specified underwriting issue.