Get your API key
Before making any requests, you need an API key. Follow the Authentication guide to obtain your key from the Lymo dashboard.
Make your first request
Use your API key to fetch a list of plants. Replace A successful request returns a
YOUR_API_KEY with your actual key.200 OK response with a JSON array of your plants.Create a resource
Send a
POST request to create a new plant. Include a JSON body with the resource details.Rate limits apply to all API endpoints. See the rate limits guide for details on limits and how to handle
429 responses.API Reference
Browse all available endpoints with live examples.
Webhooks
Receive real-time event notifications in your app.
Error handling
Understand error codes and how to handle them gracefully.
Authentication
Learn how to obtain and use your API key.