chemokita13 / beReal-api

A not official BeReal rest API in wich you can get all posts info, comment, upload a post...
https://berealapi.fly.dev
75 stars 5 forks source link

400 on /send-code #45

Open basti394 opened 1 month ago

basti394 commented 1 month ago

{ "status": 400, "message": "OTP not sent", "data": { "otpSession": { "error": { "code": 400, "message": "TOO_MANY_ATTEMPTS_TRY_LATER", "errors": [ { "message": "TOO_MANY_ATTEMPTS_TRY_LATER", "domain": "global", "reason": "invalid" } ] } } } }

I get this response, when I try to login, but I only requested 3 times. Why is that the case?