cURL
curl --request POST \ --url http://localhost:8080/auth/login \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>" } '
{ "error": { "code": 400, "message": "<string>" } }
Login to the service and retrieve a session token for authentication.
Documentation IndexFetch the complete documentation index at: https://medama.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://medama.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Login details.
Request body for logging in.
3 - 48
5 - 128
Success