-
I am trying to use the api to honk the horn. I am using the following endpoint
I have tried multiple times and I keep getting a 404 response. Is this a issue in the API or are there any changes in the Commands api that are not mentioned in the Docs ? NOTE : I have tried other commands as well and I keep getting a 404. For the id parameter I am using the id field returned by the /vehicles endpoint. Also id and id_s are same in my case. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Finally I was able to resolve the issue. The underlying cause : Vehicle being in a non-online state so in asleep or in-service state. Whenever the vehicle is in this state the commands API will return back a 404. |
Beta Was this translation helpful? Give feedback.
Finally I was able to resolve the issue.
The underlying cause : Vehicle being in a non-online state so in asleep or in-service state.
Whenever the vehicle is in this state the commands API will return back a 404.