MattTW / BlinkMonitorProtocol

Unofficial documentation for the Blink Wire-Free HD Home Monitoring & Alert System
443 stars 82 forks source link

Change in API? #20

Closed wilvancleve closed 5 years ago

wilvancleve commented 6 years ago

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?

Vitiell0 commented 6 years ago

The API has changed, I was inspecting it last night and found this new structure.

blink new api

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.

wilvancleve commented 6 years ago

Thanks for the info! How are you doing the inspection?

Vitiell0 commented 6 years ago

@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.