How to get username, user ID, authorization token. - notmarek/Sakurajima GitHub Wiki

Getting your user details

Step 1:

Login in to your aniwatch.me account and go to your profile.

Step 1

Step 2:

Notice the URL of the page. The page URL contains your user ID. The number following the "profile/" is your user ID.

Example: aniwatch.me/profile/[YOUR-USERID]

Step 2

Step 3:

Now press F12 on your keyboard. This should open a tab similar to the one shown below. Navigate to the 'Network' tab (refresh the page if you don't see anything in the network tab) and look for 'APIHandle' in the list.

Step 3

Step 4:

Click on the 'APIHandle' and under the 'Headers' tab expand the 'Request Headers' list and look for a header called 'x-auth'. This string of random letters is your auth token.

Step 4