v1
latestOpenAPI 3.0.12026-07-243686491.1 MBSites
Create a (charge) site
Required scope: charge-points:write </br>Organization authorization: supported
post/api/v1/sites
Request body
Example request
{
"operatorId": 1,
"teamId": 13,
"name": "Monta CPH Site",
"address": {
"address1": "Strandboulevarden 122",
"address2": "København",
"address3": "5. sal",
"city": "Berlin",
"zipCode": "10011",
"countryId": 194,
"countryAreaId": 1
},
"latitude": 55.6761,
"longitude": 12.5683,
"showOnMap": true,
"partnerExternalId": "ACME-12345",
"metadata": {
"amenities": [
{
"value": true
}
],
"energyMix": {
"isGreenEnergy": true,
"energySources": [
{
"percentage": 40
}
],
"environImpact": [
{
"amount": 12.5
}
],
"supplierName": "Green Energy Supplier",
"energyProductName": "EcoPower 2025"
},
"openingHours": {
"openingTimes": {
"regularHours": [
{
"weekday": 1,
"periodBegin": "08:00",
"periodEnd": "17:00"
}
],
"exceptionalOpenings": [
{
"periodBegin": "2025-06-01T08:00:00Z",
"periodEnd": "2025-06-01T18:00:00Z"
}
],
"exceptionalClosings": [
{
"periodBegin": "2025-06-01T08:00:00Z",
"periodEnd": "2025-06-01T18:00:00Z"
}
]
},
"chargingWhenClosed": true
},
"siteDeveloper": {
"name": "John Doe",
"email": "john.doe@example.com",
"companyRegistrationNumber": "12345678"
}
},
"note": "Main entrance on north side"
}Response
Site created