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

查询参数

id
string
必填

API产品ID

响应

200 - application/json

API产品详情

abilities
any[]

能力

apiTemplateID
string

API模板ID

description
any[]

介绍

doc
string

API文档

id
string

apiID

labels
any[]

标签

provider
any

供应商

slug
string

网站路径

status
integer

状态 0.下架 1.上架

type
any

类型