POST
/
teams
/
{team_id}
/
chargers
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

Was this page helpful?