Skip to main content
GET
/
api
/
external
/
companies
/
{companyId}
/
exposure-types
List Exposure Types
curl --request GET \
  --url https://app.aiinsurance.io/api/external/companies/{companyId}/exposure-types \
  --header 'Authorization: <api-key>'
{
  "items": [
    {
      "id": "b5c0b0cb-6c70-4c82-a558-2840330843c4",
      "key": "franchise_truck_dealer",
      "label": "Franchise Truck Dealer"
    },
    {
      "id": "d11bc13b-73c2-46e5-97b1-ab10b7c2b481",
      "key": "nonfranchise_truck_dealer",
      "label": "Nonfranchise Truck Dealer"
    }
  ]
}

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

Query Parameters

label
string

Filter by label (case-insensitive substring match)

Response

List of exposure types

items
object[]