Skip to main content
Untrace home page
Search...
⌘K
Support
Dashboard
Start Free Trial
Start Free Trial
Search...
Navigation
Trace Management
New Plant
Documentation
API Reference
Github
Changelog
Community
API Documentation
Introduction
Trace Management
POST
Create Plant
GET
Get Plants
DEL
Delete Plant
HOOK
New Plant
Configuration
Routing rules
Integrations
Example Request Body
Copy
{
"name"
:
"<string>"
,
"tag"
:
"<string>"
,
"id"
:
123
}
Trace Management
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
Delete Plant
Routing rules
⌘I