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
Example response
{
"totalCount": 12,
"newCount": 8,
"updateCount": 4,
"apis": [
{
"id": "4e6abbd2-c0c6-462d-be9e-6371209af34b",
"name": "My API"
}
]
}