Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Request model for onboarding a site with an asset and dispatch consent in a single call.
Site information Request model for creating a new site.
{
"mpan": "1234567890123",
"postcode": "SW1A 1AA",
"street_address": "10 Downing Street",
"gave_boundary_meter_consent_at": "2025-01-01T12:00:00Z"
}Asset information Request model for creating an asset during onboarding (without site_id).
{
"external_id": "charger-001",
"type": "charger",
"properties": { "power_kw": 7.4 }
}Dispatch consent methods Request model for updating dispatch consent for a site.
{ "dispatch_methods": ["limited_pause"] }
