跳转到主要内容
GET
/
api
/
product
/
list
获取API产品列表
curl --request GET \
  --url https://api.turbo.com/api/product/list
{
  "list": [
    {
      "abilities": [
        "<unknown>"
      ],
      "apiTemplateID": "<string>",
      "description": [
        "<unknown>"
      ],
      "doc": "<string>",
      "id": "<string>",
      "labels": [
        "<unknown>"
      ],
      "provider": "<unknown>",
      "slug": "<string>",
      "status": 123,
      "type": "<unknown>"
    }
  ],
  "total": 123
}

查询参数

page
integer
默认值:1

页码

pageSize
integer
默认值:10

每页条数

type
integer

API产品类型标签:1.api类型 2.供应商 3.api能力 4.api标签

响应

200 - application/json

API产品列表

list
object[]
total
integer