Me
Return the current auth state.
GET
Me
Last modified on May 22, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Return the current auth state.
curl --request GET \
--url https://api.example.com/admin/api/v1/auth/me{
"authenticated": true,
"authMode": "<string>"
}Was this page helpful?
curl --request GET \
--url https://api.example.com/admin/api/v1/auth/me{
"authenticated": true,
"authMode": "<string>"
}