API Share link and documentation
Last updated: July 8, 2026
You can find the API key for your system at the following link:
LINK
Please note that this link will expire in 7 days.
API information can be found at our swagger page: https://swagger.sunflower-labs.com/ui/#/
Additionally here is some information that will help you start using the API in script:
Url: https://api.sunflower-labs.com/v1/webhook?provider=sfl&key=<api key>
Method: POST
Body: {"deviceUuid": "1234", "timestampMs": 16123456 }
deviceUuid (request body) = Device ID (Frontend - Jelly)
timestampMs = current timestamp in millis (if timestamp is old, signal will be ignored)