Closed Cattivik73 closed 1 month 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.
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