3. Sites

Get Site Eligibility

Read-only eligibility breakdown for a site and its assets. Returns the list of propositions the site can enrol in, along with per-asset eligibility detail.

get/entities/site/{site_id}/eligibility

Path parameters

site_idstring uuid required

Response

Successful Response

eligible_propositionsstring[]
site_idstring uuid required

Example response

{
  "site_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "assets": [
    {
      "asset_id": "b2c3d4e5-f6a7-8901-bcde-f23456789012",
      "external_id": "charger-001",
      "propositions": [
        {
          "proposition": "limited_pause"
        }
      ]
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.