Skip to main content
SupportGitHubDashboard
Api Reference

Get Plants

Returns a list of plants.

GET /plants
curl --request GET \
  --url https://api.example.com/plants

A list of plants.

{
  "name": "<string>",
  "tag": "<string>"
}

Parameters

limit
integer query
Maximum number of plants to return.

Get Plants

GET https://api.example.com/plants

Query Parameters

Maximum number of plants to return.
Was this page helpful?