Request
- Path
- Query
The id of the team
Response
- Data
- Example
Array of meters
Returns all the meters that the specified team has access to
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/meters \
--header 'Authorization: Bearer <token>'Show Meter
Show ConnectionStatus
ct_meterWas this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/meters \
--header 'Authorization: Bearer <token>'