MattTW / BlinkMonitorProtocol

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

Veryfi process doesn't work #66

Closed Cattivik73 closed 1 month ago

Cattivik73 commented 1 year ago

After login I followed your instructions to proceed with verify process.

I added the auth-token received in the previous request in the header of the new request and the body:

{"pin": "123456"}

I send all to the compiled URL

https://rest-prod.immedia-semi.com/api/v4/account/xxxxxx/client/yyyyyy/pin/verify

But I got this message:

{ "message": "Unauthorized Access", "code": 101 }

What am I doing wrong?

Thank you

Claudio

hex-ronin commented 1 year ago

This happened to me as well. Then I noticed that the account.tier was returned in the login response and I sent the verify to the endpoint with the tier value. That works. This is talked about in the instructions.