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:
- Log in to InsuranceNow as a user that has access to the Admin menu.
- Select .
- On the REST API Documentation page, select core_v5 in the Select API and version field. Then, click Open.
- Click /swaggerdoc/core_v5 to download the API
specification.
- 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.