GET /plants to retrieve a list of all plants available to your account. You can control the number of results using the limit query parameter.
Query parameters
The maximum number of results to return. If omitted, all accessible plants are returned.
Example request
Example response
Response fields
Unique identifier of the plant.
The name of the plant.
Tag indicating the plant type.
Error responses
| Status code | Description |
|---|---|
401 Unauthorized | The request is missing a valid Bearer token. |
400 Bad Request | The limit parameter is not a valid integer. |