Energy/API Documentation/Sites
Create site
Creates a new site using minimum and maximum site load and the site settlement point ID.
Authorization
AuthorizationRequiredBearer <token>In: header
Request Body
application/jsonRequiredresource_idResource IdClient-provided unique identifier for the site (e.g., 'FACILITY_TX_01')
min_load_kwRequiredMin Load KwMinimum load in kilowatts that the site can curtail to. Represents the floor of operational range.
max_load_kwMax Load KwMaximum load in kilowatts that the site can operate at. Must be greater than or equal to min_load_kw.
base_load_kwBase Load KwBaseline load in kilowatts representing the site's typical operating load
commentsCommentsAdditional notes or comments about the site
idRequiredIdFormat:
"uuid"settlement_point_idRequiredSettlement Point IdFormat:
"uuid"Successful Response