Skip to content
nitsuga5124 edited this page Mar 1, 2021 · 3 revisions

GET - /token

Gets the current user information.

  • Requires a valid session cookie.

Output

Content-Type: application/text

Returned Status

  • 200 This always gets returned.
    • It returns "null" if there's no accessible token.
    • It returns the actual token if you can obtain it.
Clone this wiki locally