API ReferenceAuth
Inspect the current session
Response Body
application/json
curl -X GET "https://example.com/api/admin/session"{ "admin": true, "user": { "method": "pin", "login": "sarah", "name": "Sarah Chen", "avatar": "string" }, "githubOAuth": true}