Elysia Enterprise API
Schemas
Copy Page
Elysia Enterprise API
Health
Health check
GET
Detailed health stats
GET
I18n
Test i18n
GET
Test i18n params
GET
Change language
POST
Type safety
GET
Cache
Cache health check
GET
Cache metrics
GET
Clear cache
POST
Test cache operations
GET
Better Auth
socialSignIn
POST
/api/auth/get-session
GET
/api/auth/sign-out
POST
/api/auth/sign-up/email
POST
/api/auth/sign-in/email
POST
/api/auth/forget-password
POST
/api/auth/reset-password
POST
/api/auth/verify-email
GET
/api/auth/send-verification-email
POST
/api/auth/change-email
POST
/api/auth/change-password
POST
/api/auth/update-user
POST
/api/auth/delete-user
POST
/api/auth/reset-password/{token}
GET
/api/auth/request-password-reset
POST
/api/auth/list-sessions
GET
/api/auth/revoke-session
POST
/api/auth/revoke-sessions
POST
/api/auth/revoke-other-sessions
POST
/api/auth/link-social
POST
/api/auth/list-accounts
GET
/api/auth/delete-user/callback
GET
/api/auth/unlink-account
POST
/api/auth/refresh-token
POST
/api/auth/get-access-token
POST
/api/auth/account-info
POST
/api/auth/ok
GET
/api/auth/error
GET
/api/auth/two-factor/get-totp-uri
POST
/api/auth/two-factor/verify-totp
POST
/api/auth/two-factor/send-otp
POST
/api/auth/two-factor/verify-otp
POST
/api/auth/two-factor/verify-backup-code
POST
/api/auth/two-factor/generate-backup-codes
POST
/api/auth/two-factor/enable
POST
/api/auth/two-factor/disable
POST
/api/auth/one-tap/callback
POST
/api/auth/sign-in/phone-number
POST
/api/auth/phone-number/send-otp
POST
/api/auth/phone-number/verify
POST
/api/auth/phone-number/forget-password
POST
/api/auth/phone-number/request-password-reset
POST
/api/auth/phone-number/reset-password
POST
setRole
POST
createUser
POST
updateUser
POST
listUsers
GET
listUserSessions
POST
unbanUser
POST
banUser
POST
impersonateUser
POST
/api/auth/admin/stop-impersonating
POST
revokeUserSession
POST
revokeUserSessions
POST
removeUser
POST
setUserPassword
POST
/api/auth/admin/has-permission
POST
/api/auth/organization/create
POST
/api/auth/organization/update
POST
/api/auth/organization/delete
POST
/api/auth/organization/set-active
POST
/api/auth/organization/get-full-organization
GET
/api/auth/organization/list
GET
/api/auth/organization/invite-member
POST
/api/auth/organization/cancel-invitation
POST
/api/auth/organization/accept-invitation
POST
/api/auth/organization/get-invitation
GET
/api/auth/organization/reject-invitation
POST
/api/auth/organization/list-invitations
GET
/api/auth/organization/get-active-member
GET
/api/auth/organization/check-slug
POST
/api/auth/organization/remove-member
POST
/api/auth/organization/update-member-role
POST
/api/auth/organization/leave
POST
/api/auth/organization/list-user-invitations
GET
/api/auth/organization/list-members
GET
/api/auth/organization/has-permission
POST
Schemas
Schemas
User
Session
Account
Verification
TwoFactor
Organization
Member
Invitation
Schemas
Copy Page
TwoFactor
{
"id"
:
"string"
,
"secret"
:
"string"
,
"backupCodes"
:
"string"
,
"userId"
:
"string"
}