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
Finds Plants by status
GET
Finds plants by tags
GET
Find plant by ID
POST
Updates a plant in the store with form data
DEL
Delete a plant
POST
Upload an image
store
user
Fork this repo
Get a demo
API Reference
plant
Find plant by ID
GET
https://api.plantstore.dev/v3
/
plant
/
:plantId
Returns a single plant
Path parameters
plantId
long
Required
ID of plant to return
Headers
api_key
string
Required
Response
This endpoint returns an object.
name
string
photoUrls
list of strings
id
long
Optional
category
object
Optional
Show 2 properties
tags
list of objects
Optional
Show 2 properties
status
enum
Optional
Allowed values:
available
pending
sold
plant status in the store
Built with