Hi Erwin,
I already have the bearer token so basically all I have to do is POST this HTTP command:
"https://owner-api.teslamotors.com/api/1/vehicles/123/command/auto_conditioning_start"
but I need to include the bearer token in the header...
something like this????
curl --request POST \
--url "https://owner-api.teslamotors.com/api/1/vehicles/123/command/auto_conditioning_start \"
--header 'Authorization: Bearer 123
Here is the link to the API
https://www.teslaapi.io/vehicles/commands
I already have the bearer token so basically all I have to do is POST this HTTP command:
"https://owner-api.teslamotors.com/api/1/vehicles/123/command/auto_conditioning_start"
but I need to include the bearer token in the header...
something like this????
curl --request POST \
--url "https://owner-api.teslamotors.com/api/1/vehicles/123/command/auto_conditioning_start \"
--header 'Authorization: Bearer 123
Here is the link to the API
https://www.teslaapi.io/vehicles/commands
BR,
Mr.D
Mr.D