/
PU
pullbase
/
Untitled 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
Agent
5
Auth
4
post
User login
get
Get current user
post
Create bootstrap admin
get
Get bootstrap status
Config
1
Environments
1
Health
2
Metrics
3
Servers
10
Tokens
4
Users
3
Webhooks
1
Auth
User login
Authenticate with username and password to receive a JWT token.
post
/auth/login
Request body
PkgServerLoginRequest
required
environment_id
integer
password
string
server_id
string
For backward compatibility
username
string
Response
OK
PkgServerLoginResponse
required
access_token
string
user
PkgServerUserSummary
Changes