Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost/mogl/mogl-backend/api/login \ --header 'Content-Type: application/json' \ --data ' { "email": "user@example.com", "password": "secret123" } '
{ "access_token": "<string>", "token_type": "Bearer", "user": {} }
Authenticate a user and return a JWT Bearer token. Rate limited to 15 requests/minute.
"user@example.com"
"secret123"
Login successful
"Bearer"