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
}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
}Returns a paginated list of reimbursement earnings for a specific charger.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.