Results 22 comments of Gregor Bigalke

Hello, You have to send a POST request with the following payload: ``` { "fingerprint": "", "email": "", "username": "", "password": "", "invite": null, "consent": true, "date_of_birth": "2000-01-01", "gift_code_sku_id": null,...

You can get the value for the fingerprint by sending a POST request to `/auth/fingerprint`. I believe a fingerprint can only be used once. And no, I don't think that...

> You can get the value for the fingerprint by sending a POST request to `/auth/fingerprint`. Did you try this?

Use https://discord.com/api/v9/auth/fingerprint instead. You forgot to specify an API version.

Did you send a POST request? And you may have to specify a "Host" value as a header.

Yeah. that's the fingerprint. But it is very weird that you have to specify a user agent. For me it is working without the specification of one. Have you figured...

Yeah, it is the solution key. But the 2captcha API wasn't free. Am I right?

After you got the token, you're able to use the other API endpoints. Just don't forget to include the token you received in the request.

Hey, Thanks for creating this issue. I am currently not maintaining this repository. However, I might start updating it in a few weeks.