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

team_id
integer
required

The id of the team

Response

data
Meter

The newly created meter

Was this page helpful?