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

Request

  • Path
  • Body
team_id
integer
required
The id of the team

Response

  • Data
  • Example
data
Meter
The newly created meter