Generate your own SDK

You can generate a client SDK that enables you to call the InsuranceNow API using Javascript, Java, or another programming language.

To get started, complete the following steps to download the InsuranceNow API specification:
  1. Log in to InsuranceNow as a user that has access to the Admin menu.
  2. Select Admin > System Tools > REST API Documentation.
  3. On the REST API Documentation page, select core_v5 in the Select API and version field. Then, click Open.
  4. Click /swaggerdoc/core_v5 to download the API specification.

  5. Change the extension of the file from .json to .yaml.

Then, use a tool like SwaggerHub or Swagger Codegen to generate the client SDK from the API specification that you downloaded.

Note: When you upgrade InsuranceNow, you might need to regenerate the client SDK to keep it current with the latest InsuranceNow API specification. For example, future naming or structural changes (like the introduction of new fields) can impact your version of the client SDK.