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"
}

Authorizations

Authorization
string
header
required

Use format: ApiKey <your-api-key>

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