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
Attach a charger
Attach a charger
POST
/
api
/
v3
/
sites
/
{site_uuid}
/
chargers
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"identity": "b",
"pincode": 4326.41688
}'
{
"data": {
"uuid": "977e5426-8d13-3824-86aa-b092f8ae52c5",
"id": 8,
"identity": "d6fa562b-acd5-35ff-babb-d11194d3737b",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-05-02T11:43:23.000000Z",
"updated_at": "2025-05-02T11:43:23.000000Z"
}
}
Authorizations
See the documentation for more information.
Path Parameters
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/v3/sites/{site_uuid}/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"identity": "b",
"pincode": 4326.41688
}'
{
"data": {
"uuid": "977e5426-8d13-3824-86aa-b092f8ae52c5",
"id": 8,
"identity": "d6fa562b-acd5-35ff-babb-d11194d3737b",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-05-02T11:43:23.000000Z",
"updated_at": "2025-05-02T11:43:23.000000Z"
}
}