Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sorgm/data-architecture-docs/llms.txt
Use this file to discover all available pages before exploring further.
Welcome to the Plant Store API
The Plant Store API allows you to manage a collection of plants programmatically. This API demonstrates features of the OpenAPI 3.1.0 specification and provides a complete example of REST API best practices.Base URL
All API requests should be made to:Authentication
All API endpoints require authentication using Bearer tokens. Include your token in the Authorization header of every request:Using OpenAPI with Mintlify
This API documentation is built using Mintlify’s OpenAPI integration. The complete API specification is available in theopenapi.json file, which Mintlify uses to automatically generate interactive API references.
Benefits of OpenAPI Integration
- Auto-generated documentation - API endpoints, parameters, and responses are automatically documented
- Interactive playground - Test API calls directly from the documentation
- Type safety - Request and response schemas are validated against the OpenAPI spec
- Always up-to-date - Documentation updates automatically when the spec changes
View OpenAPI Specification
Explore the complete OpenAPI 3.1.0 specification file for the Plant Store API
Available Endpoints
The Plant Store API provides the following endpoints:Get Plants
Retrieve all plants with optional filtering and pagination
Create Plant
Add a new plant to the store
Delete Plant
Remove a plant from the store by ID
Plant Webhook
Receive real-time notifications when plants are added