API ReferenceModels

Enrichment Fields

POST
For a given connection and enrichment configuration, provides the valid sets of input fields.

Path parameters

connection_idstringRequired

Request

This endpoint expects an object.
configuration
map 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

This endpoint returns an object
data
list of lists of stringsOptional

Errors