Session
⚠️
This part of the documentation is still a work in progress.
Used to get session data.
POST /auth/sessionRequest Sample
Responses
{
session: {
user: {
id: "string",
username: "string",
roles: ["string"],
},
expiresAt: "string",
} | null,
}