Skip to main content
GET
/
admin
/
api
/
v1
/
auth
/
me
Me
curl --request GET \
  --url https://api.example.com/admin/api/v1/auth/me
{
  "authenticated": true,
  "authMode": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt

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

Response

200 - application/json

Successful Response

Response of GET /admin/api/v1/auth/me.

authenticated is always true in auth_mode=none so the bundled UI can render without a login wall. In password mode it reflects the cookie/session check.

authenticated
boolean
required
authMode
string
required
Last modified on May 22, 2026