GET
/
api
/
v2
/
teams
/
{team_id}
/
sites
/
{site_id}
/
connectors
/
{connector_id}
/
current-usage
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/connectors/{connector_id}/current-usage \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_id
integer
required

The ID of the team.

site_id
integer
required

The ID of the site.

connector_id
string
required

The ID of the connector.

Response

200 - application/json
Current usage of the connector

The response is of type object.

Was this page helpful?