Skip to main content
GET
/
v3
/
chargers
/
{charger}
/
reimbursement
/
earnings
Get Charger Earnings
curl --request GET \
  --url https://app.plugchoice.com/api/v3/chargers/{charger}/reimbursement/earnings \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "date": "<string>",
  "duration": 123,
  "kwh": 123,
  "rate_per_kwh": 123,
  "currency": "<string>",
  "amount": 123,
  "invoiced": true
}

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.

Returns a paginated list of reimbursement earnings for a specific charger.
charger
string
required
The UUID of the charger.

Response

id
integer
The earning entry ID.
date
string
ISO 8601 date of the earning.
duration
number
Duration in seconds.
kwh
number
Energy consumed in kWh.
rate_per_kwh
number
Rate in cents per kWh.
currency
string
The currency code.
amount
number
Total earning amount in cents.
invoiced
boolean
Whether this earning has been included in a payout.