Hello all,
I’m trying to utilize the REST api via the Garmin Connect app for the Garmin smart watches. I’ve found this app: https://apps.garmin.com/en-US/apps/ac9a81ab-a52d-41b3-8c14-940a9de37544#0 which is a generic API call application, but it only has space for a single URL to make the API call.
Is it possible to create a single like HTTP call that would work in this situation?
So far I have:
https://MYURL/api/services/light/toggle?api_password=PASSWORD
But I need somewhere to define the entity_id - any ideas?