Skip to content

Login

POST
/auth

Use this request to get the JWT for a user connection on the tablet

Request Body

application/json
JSON
{
"username": "eliott.ferry@polyflyx.com",
"password": "IAmAPassword"
}

Responses

application/json
JSON
{
"token": "string"
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI