v2

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

Ingest APIs for a specific Integration

Ingest APIs for a specific Integration

Ingest all APIs for a specific Integration.

post/environments/{envId}/integrations/{integrationId}/_ingest

Request body

apiIdsstring[] required

The list of ids of APIs to ingest. If null or empty, ingest all.

Response

Ingestion successful

status'SUCCESS' | 'PENDING' | 'ERROR' | 'TIMEOUT'

Status of the job.

messagestring

Integration Ingestion message.

Example response

{
  "status": "SUCCESS",
  "message": "Integration APIs have been ingested successfully"
}