Get Current: /user/current (GET)

Purpose:

Get the current user.

Input:

  • Headers:
    • Authorization: The JWT token of the user.

Output (200):

{
  "id": "c94cc053-e46e-4dfb-a0f2-788b14707b5b",
  "username": "admin",
  "display_name": "Administrator",
  "profile_image": null
}