Last updated 4 months ago
Was this helpful?
Logs in a user and returns an access token.
Username for authentication
Password for authentication
POST /api/v1/auth/login HTTP/1.1 Host: api.monogoto.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 37 { "username": "text", "password": "text" }
Successful Authentication
{ "access_token": "text" }