List Entity Types
Discovery endpoint — returns the fixed set of CRUD entity TYPES
(Event, Exposure, Quote, Submission, Person, Organization),
each with display names, links to its /entities/{entityType} collection and
/entities/{entityType}/configuration schema, and the per-action permission
keys a client needs.
Custom objects never appear here: they are embedded-only and surface solely
as Object / Object List field definitions inside an entity’s
/configuration response, never as a top-level CRUD entity. Policy is also
absent — its writes go through the policy transaction endpoints, though it
does expose a read-only /configuration schema.
The path segment is /entity-types (not /entities): this describes entity
SCHEMA/metadata, while /entities/{entityType} lists entity INSTANCES of one
type.
Required permission: company.configuration:export
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Response
The fixed set of CRUD entity-type descriptors.
