Skip to main content
GET
/
plants
cURL
curl --request GET \
  --url http://sandbox.mintlify.com/plants \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "tag": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

limit
integer

Response

name
string
required
tag
string