Entity Field Mapping API
Get External Entity Schema
Get the external schema discovered from the most recent sync of an ingestion config. Its json_schema lists the external field paths available to map into entity-type fields.
GET
Get External Entity Schema
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ingestion config whose discovered external schema to read.
Response
Success
The discovered external schema (its json_schema lists the available external field paths to map from).
Get External Entity Schema

