Authenticate towards the node
POST/auth
Authenticate towards the node
Request
- application/json
Body
required
The login request
password stringrequired
username stringrequired
Responses
- 200
- 401
- 405
Login was successful
- application/json
- Schema
- Example (from schema)
Schema
error string
jwt stringrequired
{
"jwt": "jwt",
"error": "error"
}
Unauthorized (Wrong permissions, missing token)
auth type: none
Loading...