Skip to content
VANGUARD OpenAPI
Main Navigation
API Reference
Appearance
Menu
Return to top
Login to PC
POST
/login/pc
Use this request to get the JWT for a user connection on the pc
Request Body
application/json
Schema
JSON
JSON
{
"username"
:
"eliott.ferry@polyflyx.com"
,
"password"
:
"IAmAPassword"
}
Responses
200
400
401
404
500
Content-Type
application/json
Schema
JSON
JSON
{
"token"
:
"string"
}
POST
/login/pc
Playground
Server
Select a server...
Body
Try it out
Samples
Powered by
VitePress OpenAPI