Skip to main content
The Lymo API is organized around REST. It uses standard HTTP methods, returns JSON responses, and relies on Bearer token authentication for all requests.

Base URL

https://api.lymo.jp

Authentication

Pass your API key in the Authorization header with every request:
Authorization: Bearer YOUR_API_KEY
See the authentication guide for details on obtaining and managing your API key.

Request & response format

All request bodies must be JSON. Set the Content-Type header to application/json when sending a body. All responses return JSON with an appropriate HTTP status code.

Available endpoints

GET /plants

List all plants

POST /plants

Create a plant

DELETE /plants/{id}

Delete a plant

Webhooks

Plant event webhook