Skip to main content
POST
/
check-login
Admin login (session-based)
curl --request POST \
  --url http://localhost/mogl/mogl-admin-dashboard/check-login \
  --header 'Content-Type: application/json' \
  --cookie mogl_session= \
  --data '
{
  "username": "jsmith@example.com",
  "password": "<string>",
  "captcha_code": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

mogl_session
string
cookie
required

Session-based authentication via cookies + CSRF token

Body

application/json
username
string<email>
password
string
captcha_code
string

Response

Login successful