cURL
curl --request GET \
--url http://sandbox.mintlify.com/plants \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"tag": "<string>"
}
]normal
Get plants
Returns all plants from the system that the user has access to
GET
/
plants
cURL
curl --request GET \
--url http://sandbox.mintlify.com/plants \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"tag": "<string>"
}
]⌘I