Describe Configuration (run-down)
Returns the configuration run-down — a small orientation summary of the
company’s FMV1 configuration: every top-level entity (with a one-line
description and field count), every custom object (with its name and
sub-field count), and every option set (with its option count), plus a
revision string identifying the stored configuration.
This is the first read for an automated config editor: call describe to
learn what exists, then the per-entity describe endpoint
(describe/{entityOrObjectKey}) to see one entity’s or custom object’s
fields. It does not list individual fields.
The run-down reads the whole configuration from the database (resolved from the API key’s tenant), so 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
Body
No input is required — an empty object (or no body) is accepted.
Response
The configuration run-down.
The configuration run-down — a small orientation summary of the company's FMV1 configuration. Lists every top-level entity, custom object, and option set with a count; it does not list individual fields (use the per-entity describe endpoint for those).
Identifies the exact stored configuration this run-down was built from (a
hash over the full config body; the same token the patch
optimistic-concurrency check uses as baseRevision).
The fixed top-level entities, each with its field count.
The company's custom objects, each with its sub-field count.
The company's option sets, each with its option count and lock state.
