cURL
curl --request GET \ --url http://sandbox.mintlify.com/plants/{id} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "tag": "<string>" }
Enable users to interact with your API
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of plant to fetch
Plant response
The name of the plant
Tag to specify the type