SB LogoSB Logs

Example Request

Historical Data:

# Using curl
curl -X POST https://logs.solarbrain.gr/api/logs \
  -H "Content-Type: application/json" \
  -d '{
    "uuid": "Provide your key here",
    "date": ""
  }'

Current Data:

# Using curl
curl -X POST https://logs.solarbrain.gr/api/current \
  -H "Content-Type: application/json" \
  -d '{
    "uuid": "Provide your key here"
  }'