Charge History #585
FashionCStar
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://owner-api.teslamotors.com/api/1/vehicles/{vehicle_id}/charge_history
I am using this url to get charge history.
I am using POST, with requestheader application/json, tesla auth token and
{"vehicle_id":"xxxxxxxxxxxx"} (id is correct, and works for all other api requests)
response is:
{
"response": null,
"error": "not_found",
"error_description": ""
}
Are there any other params when I send request?
Beta Was this translation helpful? Give feedback.
All reactions