v2

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

Get list of ingested APIs associated to integration

Get list of ingested APIs associated to integration

Get a list of all APIs that were ingested from 3rd party provider using this integration.

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

Query parameters

pageinteger

The page number for pagination.

perPageinteger

The number of items per page for pagination.

Response

Page of Ingested APIs

Example response

{
  "data": [
    {
      "id": "4e6abbd2-c0c6-462d-be9e-6371209af34b",
      "name": "My API"
    }
  ]
}