Plant Store API: authentication and endpoint overview
Learn how to authenticate and make your first request to the Plant Store sandbox API, and explore available endpoints and data models.
The Plant Store API lets you list, create, and delete plants in a sandbox environment. You can document your own API with Mintlify in two ways: by pointing Mintlify at an OpenAPI spec (which auto-generates pages for each endpoint), or by writing MDX pages manually using components like <ParamField> and <ResponseField>. The pages in this section are written by hand to demonstrate the MDX approach.