Skip to main content
GET
/
teams
/
{team_id}
/
chargers
/
{charger_id}
/
transactions
Get Transactions
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/transactions \
  --header 'Authorization: Bearer <token>'

Request

  • Path
  • Query
team_id
integer
required
The id of the team
charger_id
integer
required
The id of the charger

Response

  • Data
  • Example
data
Transaction[]
Array of transactions
I