Skip to main content
Mint Starter Kit home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Endpoint examples
New Plant
Guides
API reference
Documentation
Blog
API documentation
Introduction
Endpoint examples
GET
Get Plants
POST
Create Plant
DEL
Delete Plant
HOOK
New Plant
Example Request Body
Copy
{
"name"
:
"<string>"
,
"tag"
:
"<string>"
,
"id"
:
123
}
Endpoint examples
New Plant
Copy page
Copy page
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
Delete Plant
⌘I