Skip to main content
Mint Starter Kit home page
Search...
⌘K
Documentation
Community
Blog
API Documentation
Introduction
Endpoint Examples
GET
Get Plants
POST
Create Plant
DEL
Delete Plant
HOOK
New Plant
Support
Dashboard
Mint Starter Kit home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Endpoint Examples
New Plant
Guides
API Reference
Guides
API Reference
Endpoint Examples
New Plant
WEBHOOK
/
plant
/
webhook
Example Request Body
Copy
{ "name": "<string>", "tag": "<string>", "id": 123 }
Body
application/json
name
string
required
id
integer
required
tag
string
Response
200
Was this page helpful?
Yes
No
Previous
Delete Plant
Deletes a single plant based on the ID supplied
⌘I
Example Request Body
Copy
{ "name": "<string>", "tag": "<string>", "id": 123 }