kevinskyba / kickbase-api-doc

A documentation of the kickbase API for scientific reasons only!
MIT License
20 stars 3 forks source link

New Sell Endpoint #3

Open Cray5701 opened 1 day ago

Cray5701 commented 1 day ago

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

Komo92 commented 1 day ago

Could you share the new login body? I get Status 401 with the old: { "email": "[email]", "password": "[password]", "ext": false }

Cray5701 commented 1 day ago

Ah I see. None are working anymore. I will look through that

casudo commented 1 day ago

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": {} }

mfrank0711 commented 1 day ago

I found the new endpoint in the apk, but from where did you get the new body parameter?

Cray5701 commented 1 day ago

For logging in it is api.kickbase.com/v4/user/login with the body: { "pass": "[Password]", "em": "[Email]" }

hub-ric commented 1 day ago

How can i find all existing endpoints and their bodies?