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_idstringRequired

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
configurationmap from strings to anyOptional

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
datalist of lists of strings

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