curl --request GET \
--url https://app.plugchoice.com/api/v3/sites/{site_uuid} \
--header 'Authorization: Bearer <token>'{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 1,
"name": "Cronin, Dare and Hauck",
"address": null,
"street": "Leo Pine",
"postal_code": "21627",
"house_number": 77365,
"house_number_addition": "Apt. 066",
"city": "Trompmouth",
"country": "RS",
"smart_charging": "disabled",
"chargers_count": 0,
"capabilities": {
"smart_charging": false,
"load_management": {
"dynamic": true,
"peak_shaving": false,
"solar": false
}
},
"created_at": "2026-01-10T01:14:32.000000Z",
"updated_at": "2026-01-10T01:14:32.000000Z",
"permissions": {
"basic": false,
"sensitive": false,
"full": false
}
}
}See the documentation for more information.
Show child attributes
Was this page helpful?
curl --request GET \
--url https://app.plugchoice.com/api/v3/sites/{site_uuid} \
--header 'Authorization: Bearer <token>'{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 1,
"name": "Cronin, Dare and Hauck",
"address": null,
"street": "Leo Pine",
"postal_code": "21627",
"house_number": 77365,
"house_number_addition": "Apt. 066",
"city": "Trompmouth",
"country": "RS",
"smart_charging": "disabled",
"chargers_count": 0,
"capabilities": {
"smart_charging": false,
"load_management": {
"dynamic": true,
"peak_shaving": false,
"solar": false
}
},
"created_at": "2026-01-10T01:14:32.000000Z",
"updated_at": "2026-01-10T01:14:32.000000Z",
"permissions": {
"basic": false,
"sensitive": false,
"full": false
}
}
}