Illumient and Nano API Reference

Version 2 of the Illumience API supports data for the following devices:

  • Illumient streetlights

  • Clear Blue streetlights

  • Clear Blue Nano

NOTE: Clear Blue Pico devices are not supported at this time, but will be added later in 2023.

TLS and API Keys are mandatory

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

API keys have already been distributed, and we're not expanding usage of this API at this time.

All requests must utilize TLS and they must include your apikey in the Authorization section of the header.

Make your first request

You can easily test your API endpoint via curl.

curl -H "Authorization: apikey your-api-key-here" https://api.illumience.com/v2/devices  
    

Last updated