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 charger
Create a new charger
POST
/
api
/
v2
/
teams
/
{team_id}
/
sites
/
{site_id}
/
chargers
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"identity": "b"
}'
{
"data": {
"uuid": "a4855dc5-0acb-33c3-b921-f4291f719ca0",
"id": 13,
"identity": "c90237e9-ced5-3af6-88ea-84aeaa148878",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
}
Authorizations
See the documentation for more information.
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/{site_id}/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"identity": "b"
}'
{
"data": {
"uuid": "a4855dc5-0acb-33c3-b921-f4291f719ca0",
"id": 13,
"identity": "c90237e9-ced5-3af6-88ea-84aeaa148878",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
}