Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HawkSoft Clients API

Client records including contacts, policies, coverages, vehicles, and drivers

HawkSoft Clients API is one of 5 APIs that HawkSoft publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Clients. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 3.0.

Requests are made against a single base URL, https://integration.hawksoft.app.

4 operations 3 paths 4 schemas 3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0
Base URL
https://integration.hawksoft.app
Authentication
HTTP Basic
Terms of Service
Resource Areas
1

Authentication & Security 1

HawkSoft Clients API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic authentication with partner-issued credentials.

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 3 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Clients 4

Client records including contacts, policies, coverages, vehicles, and drivers

GET
/vendor/agency/{agencyId}/clients
List clients changed since a timestamp
listChangedClients 3 params → 200401
POST
/vendor/agency/{agencyId}/clients
Fetch a batch of clients by id
getClientList 2 params body → 200401
GET
/vendor/agency/{agencyId}/clients/search
Search clients
searchClients 3 params → 200401
GET
/vendor/agency/{agencyId}/client/{clientId}
Get a single client
getClient 3 params → 200401404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Policy (8 properties), Client (6 properties), Contact (6 properties), ClientReference (2 properties). Each schema is shown below with its type and property counts.

ClientReference
object
2 properties
Contact
object
6 properties
Client
object
Consolidated V3.0 client record. Modeled from public documentation; confirm exact fields against the official Partner API docs.
6 properties
Policy
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hawksoft-clients-api-openapi.yml Raw ↑

Other APIs HawkSoft publishes across the network.

HawkSoft Agencies API
HawkSoft Attachments API
HawkSoft Log Entries API
HawkSoft Receipts API