curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"identity": "b",
"team_uuid": "a4855dc5-0acb-33c3-b921-f4291f719ca0",
"site_uuid": "c90237e9-ced5-3af6-88ea-84aeaa148878"
}'
{
"data": {
"uuid": "a1a0a47d-e8c3-3cf0-8e6e-c1ff9dca5d1f",
"id": 3,
"identity": "21c4122b-d554-3723-966c-6d723ea5293f",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z",
"licenses": {
"smart": false,
"pro": false
}
}
}
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/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"identity": "b",
"team_uuid": "a4855dc5-0acb-33c3-b921-f4291f719ca0",
"site_uuid": "c90237e9-ced5-3af6-88ea-84aeaa148878"
}'
{
"data": {
"uuid": "a1a0a47d-e8c3-3cf0-8e6e-c1ff9dca5d1f",
"id": 3,
"identity": "21c4122b-d554-3723-966c-6d723ea5293f",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z",
"licenses": {
"smart": false,
"pro": false
}
}
}