MattTW / BlinkMonitorProtocol

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

get command status always returns 404 #9

Closed dev-bre closed 7 years ago

dev-bre commented 7 years ago

Hi, I can successfully LOGIN, and send ARM / DISARM commands, I can see that the cameras actually accept the commands, but when I try to call the /command endpoint to check the latest request status, I always receive a 404 (Not Found) response.

Any ideas?

Thanks in advance.

dev-bre commented 7 years ago

Solved. I was erroneously sending a POST instead of a GET to the endpoint.