curl --request POST \
--url https://cloud.volttime.com/api/v3/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",
"team_uuid": null
}'
{
"data": {
"uuid": "5707ca55-f609-3528-be8b-1baeaee1567e",
"id": 3,
"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-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/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",
"team_uuid": null
}'
{
"data": {
"uuid": "5707ca55-f609-3528-be8b-1baeaee1567e",
"id": 3,
"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-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
}