跳转到主要内容
GET
/
api
/
product
/
playground
获取API模板playground信息
curl --request GET \
  --url https://api.turbo.com/api/product/playground \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "request": [
    "<unknown>"
  ],
  "response": "<unknown>"
}

请求体

application/json

请求参数

id
string

apiID

响应

200 - application/json

API Playground信息

request
any[]

请求参数

response
any

响应参数