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

ACORD Party API

Insured party and contact management

ACORD Party API is one of 6 APIs that ACORD publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 5 JSON Schema definitions.

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

This API exposes 2 operations across 1 path, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.insurer-internal.example.com/ngds.

2 operations 1 paths 6 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://claims.insurer-internal.example.com/acord
Authentication
OAuth 2.0, HTTP Bearer
Resource Areas
1

Authentication & Security 2

ACORD Party API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2) using the clientCredentials flow, exposing 4 scopes. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 2

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

Party 2

Insured party and contact management

GET
/parties
ACORD List Parties
listParties 2 params → 200
POST
/parties
ACORD Create a Party
createParty body → 201

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Party (8 properties), PartyRequest (7 properties), Address (6 properties), Pagination (4 properties). Each schema is shown below with its type and property counts.

Party
object
8 properties
Pagination
object
4 properties
Address
object
6 properties
Contact
object
2 properties
PartyRequest
object
7 properties 1 required
PartyList
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

acord-party-api-openapi.yml Raw ↑

Other APIs ACORD publishes across the network.

ACORD XML Standards API
ACORD Reinsurance & Large Commercial Data Standards API
ACORD Claims API
ACORD Policy API
ACORD Underwriting API