curl --request POST \
--url https://app.plugchoice.com/api/v3/sites \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"team_uuid": "<string>",
"name": "<string>",
"street": "<string>",
"house_number": 123,
"house_number_addition": "<string>",
"postal_code": "<string>",
"city": "<string>",
"country": "<string>"
}
'{
"uuid": "<string>",
"id": 123,
"name": "<string>",
"address": "<string>",
"street": "<string>",
"postal_code": "<string>",
"house_number": 123,
"house_number_addition": "<string>",
"city": "<string>",
"country": "<string>",
"smart_charging": true,
"chargers_count": 123,
"capabilities": {
"smart_charging": true,
"load_management": {
"dynamic": true,
"peak_shaving": true,
"solar": true
}
},
"created_at": "<string>",
"updated_at": "<string>",
"permissions": {
"basic": true,
"sensitive": true,
"full": true
}
}curl --request POST \
--url https://app.plugchoice.com/api/v3/sites \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"team_uuid": "<string>",
"name": "<string>",
"street": "<string>",
"house_number": 123,
"house_number_addition": "<string>",
"postal_code": "<string>",
"city": "<string>",
"country": "<string>"
}
'{
"uuid": "<string>",
"id": 123,
"name": "<string>",
"address": "<string>",
"street": "<string>",
"postal_code": "<string>",
"house_number": 123,
"house_number_addition": "<string>",
"city": "<string>",
"country": "<string>",
"smart_charging": true,
"chargers_count": 123,
"capabilities": {
"smart_charging": true,
"load_management": {
"dynamic": true,
"peak_shaving": true,
"solar": true
}
},
"created_at": "<string>",
"updated_at": "<string>",
"permissions": {
"basic": true,
"sensitive": true,
"full": true
}
}Creates a new location and assigns it to the authenticated user’s team. If the user does not have a team, a personal team is automatically created.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
null.Show capabilities