No key necessary for the Control API, it's only needed for the Audio Notification API. You can find instructions for that one in the Audio Notification API's documentation if needed.
Thanks . Do you have a python requests sample code similar to Audio notification that can help me a lot.
I am working on controlling and notification from the same code and may be something on that lines would be helpful.
Presently I keep getting <Error name="HTTP_STATUS_FORBIDDEN" severity="Unknown" value="403">unsupported device</Error>
Comments
Hi Chinmay,
No key necessary for the Control API, it's only needed for the Audio Notification API. You can find instructions for that one in the Audio Notification API's documentation if needed.
Thanks!
Hi Zach,
Thanks . Do you have a python requests sample code similar to Audio notification that can help me a lot.
I am working on controlling and notification from the same code and may be something on that lines would be helpful.
Presently I keep getting
<Error name="HTTP_STATUS_FORBIDDEN" severity="Unknown" value="403">unsupported device</Error>
Cheers,
Chinmay
Hi Chinmay -- that error means the device you are trying to send a notification to does not support notifications. More info at this link.