curl --request GET \
--url https://app.plugchoice.com/api/v3/teams/{team}/transactions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"status": "<string>",
"charger": {
"uuid": "<string>",
"identity": "<string>",
"reference": "<string>",
"site": {
"uuid": "<string>",
"name": "<string>"
},
"is_mid": true
},
"connector_id": 123,
"id_tag": "<string>",
"started_at": "<string>",
"stopped_at": "<string>",
"meter_start": 123,
"meter_stop": 123,
"total_kwh": "<string>",
"stop_reason": "<string>"
}
],
"filter_options": {
"statuses": [
{}
]
}
}curl --request GET \
--url https://app.plugchoice.com/api/v3/teams/{team}/transactions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"status": "<string>",
"charger": {
"uuid": "<string>",
"identity": "<string>",
"reference": "<string>",
"site": {
"uuid": "<string>",
"name": "<string>"
},
"is_mid": true
},
"connector_id": 123,
"id_tag": "<string>",
"started_at": "<string>",
"stopped_at": "<string>",
"meter_start": 123,
"meter_stop": 123,
"total_kwh": "<string>",
"stop_reason": "<string>"
}
],
"filter_options": {
"statuses": [
{}
]
}
}Returns a paginated list of transactions across all chargers the team has sensitive access to. Uses cursor-based pagination (simple pagination) for infinite scroll support.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
active or finished.started_at, stopped_at, total_kwh, meter_start, or meter_stop. Prefix with - for descending order. Defaults to -started_at.Show transaction
active or finished.null.Show charger
null.null if unknown.null.null for active transactions.null for active transactions.Local, Remote, EVDisconnected). null for active transactions.