Search...
/
Fork this repo
Get a demo
Get Started
Welcome
Concepts
SDKs
API Reference
plant
POST
Add a new plant to the store
PUT
Update an existing plant
GET
Search plants by status
GET
Search plants by tags
GET
Find plant by ID
user
Fork this repo
Get a demo
API Reference
plant
Find plant by ID
GET
https://api.plantstore.dev/v3
/
plant
/
:plantId
Retrieve a plant’s details by its ID.
Path parameters
plantId
integer
Required
ID of the plant to retrieve
Response
Details of the requested plant
id
integer
Optional
name
string
Optional
status
string
Optional
tags
list of strings
Optional
Built with