Charge Billing Records
Returns information about charging sessions for Tesla vehicles at public Tesla chargers including cost and charging site.
This endpoint is currently available for tesla
Permission
read_charge_records
Request
Path
The vehicle ID of the vehicle you are making a request to.
The make of the vehicle you are making a request to.
Query
Date of the first record to return in YYYY-MM-DD format. Defaults to 30 days prior or when the owner first granted your application access, whichever is shorter.
Date of the final record to return in YYYY-MM-DD format. Defaults to the date of the request.
The page number to fetch from Tesla where page 1 contains the most recent records.
Response
An array of billing records for the vehicle associated with charging at public Tesla charging stations.
Can be empty if the specified page does not contain any records for the vehicle.
This does not mean that subsequent pages will also contain no records. Please check the hasMoreData
field for confirmation instead.
The date and time of charging session start, formatted in ISO 8601 standard.
The date and time of charging session end, formatted in ISO 8601 standard.
Energy consumed in the charging session.
A cost breakout of the charging session.
The currency code for the fees.
Fess associated with charging the vehicle.
Fees associated with the session other than charging the vehicle e.g. parking.
The name of the charging site.
Tesla’s id for this charging session.
Indicates if there are any more records to fetch from Tesla for this vehicle. Does not guarantee a non-empty list for the next page when true
.
Was this page helpful?