Returns all plants from the system that the user has access to
curl --request GET \ --url https://cdn.storagesync.app/api/plants \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "tag": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The maximum number of results to return
Plant response
The response is of type object[].
object[]