Base URL
Authentication
Pass your API key in theAuthorization header with every request:
Request & response format
All request bodies must be JSON. Set theContent-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