Skip to main content
GET
/
api
/
v1
/
ingestion-configs
/
{ingestionConfigId}
GetIngestionConfig
curl --request GET \
  --url https://your-sift-api-url.com/api/v1/ingestion-configs/{ingestionConfigId} \
  --header 'Authorization: Bearer <token>'
{
  "ingestionConfig": {
    "ingestionConfigId": "<string>",
    "assetId": "<string>",
    "clientKey": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

ingestionConfigId
string
required

Response

A successful response.

The result of a call to IngestionConfigService_GetIngestionConfig.

ingestionConfig
object
required