Skip to main content
POST
Create Exposure Type

Authorizations

Authorization
string
header
required

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

Path Parameters

companyId
string<uuid>
required

Company identifier

Body

application/json

Request body for creating an exposure type

value
string
required

Unique identifier for this exposure type within the company. Typically a snake_case string (e.g., "franchise_truck_dealer").

Minimum string length: 1
label
string
required

Human-readable display name for the exposure type

Minimum string length: 1

Response

Exposure type created successfully

id
string<uuid>

The ID of the created exposure type