mrowlsss @mrowlsss

@wully i think ur api docs for wasteof 2 regarding getting token is outdated

Nov 4, 2023, 6:07 AM
19
View all

comments

Highlighted comment

it’s @wulliy and no, i’m pretty sure getting the token is still the same

wait but it just returns {}?

wait what the fuck

you should get either {"token":"<token>"} or {"error":"<error>"}, you can’t get {} from any endpoint that i’m aware of

here ill show you an image later

needs to be json not form-data

how the fuck u do that

like whats the json format

it needs to be in an object (you’re missing {} around it)

also the Content-Type header must be set to application/json (libraries that allow JSON POST data usually do this automatically but a request maker like that or curl usually don’t)

See more replies