Auth
Get current session or tokenized JWT session
The app calls this with X-Session-Token and tokenize_as=jwt_template_1 after login, and later with Authorization: Bearer token to fetch identity data.
GET
Get current session or tokenized JWT session
Documentation Index
Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Ory session token returned by login or recovery flows.
Query Parameters
When set to jwt_template_1, response should include tokenized JWT used as app bearer token.
Example:
"jwt_template_1"
Get current session or tokenized JWT session

