跳转到主要内容
GET
/
plants
cURL
curl --request GET \
  --url http://sandbox.mintlify.com/plants \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "tag": "<string>"
  }
]

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

limit
integer<int32>

The maximum number of results to return

响应

Plant response

name
string
必填

The name of the plant

tag
string

Tag to specify the type

Last modified on April 26, 2026