Request
- Path
- Body
The id of the team
Response
- Data
- Example
The newly created meter
Creates 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
}'Show Meter
Show ConnectionStatus
ct_meterWas this page helpful?
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
}'