Last updated 2 months ago
Was this helpful?
Logs in a user and returns an access token.
/v1/auth/login
Username for authentication
Password for authentication
curl -L \ --request POST \ --url 'https://api.monogoto.io/api/v1/auth/login' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "username": "text", "password": "text" }'
{ "access_token": "text" }