GET /plants endpoint returns all plants available to your account. You can use the limit query parameter to control the maximum number of results in the response. If you omit limit, the API returns all plants without a cap. This endpoint is useful for displaying a plant catalog or syncing your local data with the store.
Query parameters
Maximum number of plants to return. If omitted, all plants are returned. Must be a positive integer.
Response
A successful request returns an array ofPlant objects.
200 — success
Common name of the plant (for example,
"Monstera").Optional category tag for the plant (for example,
"tropical").400 — error
Numeric error code identifying the type of failure.
Human-readable description of the error.