/
NI
nimtable
/
NimTable Account API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Authentication
3
post
User login
post
User logout
patch
Reset user password
User
7
Authentication
User login
Authenticate user with username and password
post
/acc-api/auth/login
Request body
LoginRequest
required
username
string
required
password
string
password
required
Response
Login successful
LoginResponse
required
success
boolean
required
token
string
required
JWT token for authentication
Changes