Job search

Use the following endpoint to search for jobs:

  • /job/v1/search/jobs

To execute a search, a caller can submit a POST request to a search endpoint. The request payload must contain at least one of the following properties:

  • companyName: Complete company name of the insured
  • firstName and lastName: Complete first and last name of the insured
  • jobNumber: The job number
  • officialId: Official identification code
  • phone: A phone number
  • policyNumber: The policy number
  • producerCode.id: A valid producer code

When searching for jobs, the caller must also include the jobType.code property, which denotes the type of job (such as submission or renewal).

The response payload of a search request can be further filtered by adding any of the following properties to the request:

  • city: A city location associated with a job
  • jurisdiction.code: A jurisdiction code
  • postalCode: A postal code associated with a job
  • product.id: A product ID for the LOB
  • state.code: A state associated with a job
  • street: A street address associated with a job