Skip to main content
POST
https://cloud.volttime.com/api/v2
/
teams
/
{team_id}
/
chargers
Create a new charger
curl --request POST \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "identity": "<string>"
}
'

Request

team_id
integer
required
The id of the team

Response

data
Charger
The newly created charger