FlipFlip Utility API
Events

List event sites

Returns per-site participation and performance data for an event, including actual vs. expected energy and power.

GET
/v1/events/{id}/sites
AuthorizationBearer <token>

API key passed as a Bearer token. Contact your Flip account manager to obtain credentials.

In: header

Path Parameters

idstring
Formatuuid

Response Body

curl -X GET "https://api-utility.flip.energy/v1/events/497f6eca-6276-4993-bfeb-53cbbbba6f08/sites"
[
  {
    "is_participating": true,
    "performance_actual_energy_wh": 0,
    "performance_actual_power_w": 0,
    "performance_expected_energy_wh": 0,
    "performance_expected_power_w": 0,
    "site_id": "string"
  }
]
{
  "code": "string",
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ],
  "errors": [
    {
      "message": "string",
      "path": "string"
    }
  ],
  "message": "string",
  "status_code": 0
}
{
  "code": "string",
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ],
  "errors": [
    {
      "message": "string",
      "path": "string"
    }
  ],
  "message": "string",
  "status_code": 0
}
{
  "code": "string",
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ],
  "errors": [
    {
      "message": "string",
      "path": "string"
    }
  ],
  "message": "string",
  "status_code": 0
}