Skip to main content
POST
CreateIngestionConfig

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The request for a call to IngestionConfigService_CreateIngestionConfig to create an ingestion configs.

The request for a call to IngestionConfigService_CreateIngestionConfig to create an ingestion configs.

assetName
string
required
flows
object[]
organizationId
string
clientKey
string

The client_key field is a user-defined string you can supply to uniquely identify an ingestion config (and retrieve it via GetIngestionConfig). An error is returned if you try to create an ingestion config with a client_key that already exists.

Response

A successful response.

The result of a call to IngestionConfigService_CreateIngestionConfig.

ingestionConfig
object
required