Skip to main content
GET
/
api
/
auth
/
me
Me Route
curl --request GET \
  --url https://api.example.com/api/auth/me
{
  "username": "<string>",
  "display_name": "<string>",
  "must_change_pw": true,
  "permissions": []
}

Documentation Index

Fetch the complete documentation index at: https://www.halite-app.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

username
string
required
display_name
string
required
must_change_pw
boolean
required
permissions
PermissionPair · object[]