Skip to main content
GET
/
api
/
external
/
companies
/
{companyId}
/
exposures
/
{exposureId}
Get Exposure
curl --request GET \
  --url https://app.aiinsurance.io/api/external/companies/{companyId}/exposures/{exposureId} \
  --header 'Authorization: <api-key>'
{
  "id": "550e8400-e29b-41d4-a716-446655440200",
  "name": "John Smith",
  "entityType": "individual",
  "policyIds": [
    "550e8400-e29b-41d4-a716-446655440100"
  ],
  "createdAt": "2025-01-15T10:30:00.000Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

exposureId
string<uuid>
required

Exposure identifier

Response

Exposure details

An insured entity in list responses

id
string<uuid>

Insured identifier

name
string

Insured name

entityType
string

Entity type (individual, organization, etc.)

policyIds
string<uuid>[]

IDs of policies associated with this insured

createdAt
string<date-time> | null

When the insured was created

updatedAt
string<date-time> | null

When the insured was last updated