cURL
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>" } }
Retrieves an ingestion config.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
The result of a call to IngestionConfigService_GetIngestionConfig.
IngestionConfigService_GetIngestionConfig
Show child attributes
Was this page helpful?