Skip to main content
GET
/
api
/
external
/
companies
/
{companyId}
/
coverage-types
List Coverage Types
curl --request GET \
  --url https://app.aiinsurance.io/api/external/companies/{companyId}/coverage-types \
  --header 'Authorization: <api-key>'
{
  "items": [
    {
      "key": "general_liability",
      "label": "General Liability",
      "type": "GLOBAL"
    },
    {
      "key": "vfs_workers_comp",
      "label": "Workers Compensation",
      "type": "COMPANY_SPECIFIC"
    }
  ]
}

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 coverage types

items
object[]
required