v2

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

Get API Products for an API

Get API Products for an API

Returns the list of API Products that include the specified API.

get/environments/{envId}/apis/{apiId}/api-products

Path parameters

envIdstring required

Id or Hrid (Human readable Id) of an environment.

apiIdstring required

Id of an API.

Response

List of API Products that include this API

Example response

{
  "data": [
    {
      "id": "api-product-123",
      "name": "My API Product"
    }
  ]
}