Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Settings
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Create a new site
Create a new site
POST
/
api
/
v2
/
teams
/
{team_id}
/
sites
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "b",
"street": "n",
"house_number": 84,
"house_number_addition": "z",
"postal_code": "m",
"city": "i",
"country": "yv"
}'
{
"data": {
"uuid": "5707ca55-f609-3528-be8b-1baeaee1567e",
"id": 15,
"name": "Dickens PLC",
"street": "Mya Lane",
"postal_code": "02042",
"house_number": 73498,
"house_number_addition": "Apt. 724",
"city": "Lake Haven",
"country": "AG",
"capabilities": {
"smart_charging": true,
"load_management": {
"dynamic": true,
"peak_shaving": true,
"solar": true
}
},
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
}
Authorizations
See the documentation for more information.
Path Parameters
The ID of the team.
Body
application/json
Response
200 - application/json
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "b",
"street": "n",
"house_number": 84,
"house_number_addition": "z",
"postal_code": "m",
"city": "i",
"country": "yv"
}'
{
"data": {
"uuid": "5707ca55-f609-3528-be8b-1baeaee1567e",
"id": 15,
"name": "Dickens PLC",
"street": "Mya Lane",
"postal_code": "02042",
"house_number": 73498,
"house_number_addition": "Apt. 724",
"city": "Lake Haven",
"country": "AG",
"capabilities": {
"smart_charging": true,
"load_management": {
"dynamic": true,
"peak_shaving": true,
"solar": true
}
},
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
}