Skip to main content
WEBHOOK
/
plant
/
webhook
{
  "name": "Monstera Deliciosa",
  "id": 1,
  "tag": "<string>",
  "related_plants": [
    {
      "name": "<string>"
    }
  ]
}
This is some custom markdown content for the webhook endpoint.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Plant added to the store

name
string
default:Monstera Deliciosa
required

The name of the plant

id
integer<int64>
default:1
required

Identification number of the plant

tag

Pure-string tag to specify the type

Related plants

Plant name

Response

200

Return a 200 status to indicate that the data was received successfully