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

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer

The maximum number of results to return

Response

Plant response

name
string
default:Monstera Deliciosa
required

The name of the plant

tag

Pure-string tag to specify the type

Related plants

  • Option 1
  • Option 2