cURL
curl --request GET \ --url http://localhost:8080/user \ --cookie _me_sess=
{ "username": "<string>", "settings": { "language": "en", "script_type": [ "default" ] }, "dateCreated": 123, "dateUpdated": 123 }
Retrieve the information of the user with the matching user ID.
Session token for authentication.
"_me_sess=token; Path=/; HttpOnly; SameSite=Lax; Secure"
User Found
Response body for getting a user.
3 - 120
Response body for getting user settings.
Show child attributes
en
default
click-events
page-events