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"
}
]
}