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

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required

Body

application/json

Response

200 - application/json

The response is of type object.