Skip to main content
GET
/
reload-captcha
Reload captcha image and CSRF token
curl --request GET \
  --url http://localhost/mogl/mogl-admin-dashboard/reload-captcha \
  --cookie mogl_session=
{
  "captcha": "<string>",
  "token": "<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

Response

200 - application/json

Captcha image and token

captcha
string

Captcha HTML image

token
string

Fresh CSRF token