Auth

Login and get new Token

POST /api/auth/login

Payload

propertytypedescriptionexample
usernamestringusername
passwordstringxxxxxxx
verifystringxxxxxxx
clientstringClient identifier for returning clientxxxxxxx

Curl Example

curl -v -X POST -H "Content-type: application/json" -d '{"username":"username","password":"xxxxxxx","verify":"xxxxxxx","client":"xxxxxxx"}' http://localhost:2002/api/auth/login