Skip to main content

Companies

Insurerity provides software products for several participants in the insurance industry. Insurance brokers, Insurance companies and Microinsurance companies.


All Companies

The users can view a list of all insurance companies and their premiums on insurerity’s platform. This is geared toward helping users to have an idea of the premium charged by other companies.

The endpoint GET /api/v1/client/api/v1/companies allows you to do view the list of insurance companies.

Query param

NameRequiredType
includeRequiredstring

Responses

CodeDescription
200Return List of Countries
409Unauthorized

Example Success Response

Content type
application/json

[
{
"statusCode": 200,
"success": true,
"data": [
{}
],
"paginator": {
"itemsCount": 0,
"offset": 0,
"limit": 0,
"pageCount": 0,
"page": 0,
"pagingCounter": 0,
"hasPrevPage": true,
"hasNextPage": true,
"prevPage": 0,
"nextPage": 0
}
}

...
]