Open Cray5701 opened 1 day ago
Could you share the new login body? I get Status 401 with the old: { "email": "[email]", "password": "[password]", "ext": false }
Ah I see. None are working anymore. I will look through that
Could you share the new login body? I get Status 401 with the old: { "email": "[email]", "password": "[password]", "ext": false }
https://api.kickbase.com/v4/user/login
{ "ext": true, "em": "your@mail.com", "loy": false, "pass": "yourpassword", "rep": {} }
I found the new endpoint in the apk, but from where did you get the new body parameter?
For logging in it is api.kickbase.com/v4/user/login with the body: { "pass": "[Password]", "em": "[Email]" }
How can i find all existing endpoints and their bodies?
Basically every endpoint from the former version still works. Only the one regarding the selling to Kickbase itself is new. The one for selling to kickbase is: api.kickbase.com/v4/leagues/[league_id]/market/[player_id]/sell