> ## Documentation Index
> Fetch the complete documentation index at: https://systematica.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Plantwebhook

> Information about a new plant added to the store



## OpenAPI

````yaml playground/openapi.json webhook /plant/webhook
openapi: 3.1.0
info:
  title: OpenAPI Plant Store
  description: >-
    🚧 This API Playground is under construction and for demo purposes only.
    Features and endpoints may not be final. 🚧


    A sample API that uses a plant store as an example to demonstrate features
    in the OpenAPI specification
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: http://sandbox.mintlify.com
security:
  - bearerAuth: []
paths: {}
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````