v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-07-21130282381.6 KB
Integrations

Preview APIs to ingest for a specific Integration

Preview APIs to ingest for a specific Integration

Preview APIs to ingest before actual ingestion. to perform ingestion preview.

get/environments/{envId}/integrations/{integrationId}/_preview

Response

Preview successful

totalCountnumber

number of APIs found to ingest

newCountnumber

number of new APIs found to ingest

updateCountnumber

number of update APIs found to ingest

isPartiallyDiscoveredboolean

flag to tell if apis where only partially discovered due to timeout

Example response

{
  "totalCount": 12,
  "newCount": 8,
  "updateCount": 4,
  "apis": [
    {
      "id": "4e6abbd2-c0c6-462d-be9e-6371209af34b",
      "name": "My API"
    }
  ]
}