Closed wilvancleve closed 5 years ago
The API has changed, I was inspecting it last night and found this new structure.
For example, to get a list of videos you can call something like https://rest-u001.immedia-semi.com/api/v2/videos/changed?since=2018-06-01T23:11:21+0000&page=1
with your AUTH_TOKEN set in the headers.
Thanks for the info! How are you doing the inspection?
@wilvancleve I was able to do it using Charles: https://www.charlesproxy.com
Make sure to follow instructions for setting up SSL proxying and install the SSL cert on your phone.
Both with curl and with blinkpy, I'm failing to successfully login to blink at the API URL:
https://rest.prod.immedia-semi.com/login
Any sense of whether this is an indication of a change to the login API?