GET
/
platform
/
v2
/
sites
/
{site_id}
/
actual
/
types
curl --request GET \
  --url https://api.rebase.energy/platform/v2/sites/{site_id}/actual/types \
  --header 'Authorization: <api-key>'
[
  {
    "type": "<string>",
    "min": "2023-11-07T05:31:56Z",
    "max": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Your API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.

Path Parameters

site_id
string
required

Response

200
application/json
Successful Response
type
string
required
min
string
max
string