Enrichment Fields
For a given connection and enrichment configuration, provides the valid sets of input fields.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
connection_id
Headers
X-Polytomic-Version
Request
This endpoint expects an object.
configuration
Similar to a model configuration, this configures the enricher. For example, if you wanted to use Apollo to enrich people, you would send {"object": "people"} as the configuration. Each enricher configuration can be found in the connection configuration docs.
Response
OK
data
Errors
401
Models Post Request Unauthorized Error
403
Models Post Request Forbidden Error
404
Models Post Request Not Found Error
500
Models Post Request Internal Server Error
