Describe Configuration Entity (fields of one entity or custom object)
Returns the fields of ONE top-level entity or custom object: each field’s
referenceId, structured typeInfo, cardinality, and a frameworkLocked
marker. Deliberately minimal — the full field rows (placements, calculated /
auto-set expressions, descriptions) are a separate, richer read.
The {entityOrObjectKey} path segment is the natural key verbatim — a
top-level entity name (e.g. Exposure, Quote, Policy) or a custom-object
key (e.g. Coverage, FullTermPricingInfo) — never a configuration-row id.
It resolves either kind; an unknown key returns 404 naming the valid keys
(call the run-down describe endpoint to list them).
This is not the entity CRUD data-shape endpoint
(GET /entities/{type}/configuration, which returns a record’s JSON Schema) —
this is the config-authoring view of one entity’s fields. The request needs
no body — POST an empty object.
Required permission: company.configuration:export
This endpoint requires an API key created with the FMV1_CONFIGURATION_MANAGER or CARRIER_ADMIN role. See Authentication for how to create API keys with specific roles.
Authorizations
User-principal OAuth 2.0 Bearer authentication. Send a user-scoped Auth0 access token (audience = the app API audience) as Authorization: Bearer <jwt>. The request resolves to the user's identity and is authorized by their Role on the {companyId} in the path — the same role-based permissions the web app enforces. This is the path the MCP connector uses to act on a user's behalf; endpoints that accept it list both BearerAuth and ApiKeyAuth.
Path Parameters
Company identifier
The natural key of the entity or custom object to describe — a top-level
entity name (e.g. Exposure) or a custom-object key (e.g. Coverage).
Body
No input is required — an empty object (or no body) is accepted.
Response
The entity's or custom object's fields.
The fields of ONE top-level entity or custom object: each field's natural key, structured type, cardinality, and a framework-locked marker. Deliberately minimal — the full field rows (placements, expressions, descriptions) are a separate, richer read.
