curl --request POST \
--url http://localhost/mogl/mogl-backend/api/externalVerifyPassword \
--header 'Content-Type: application/json' \
--data '
{
"job_id": 2589,
"password": "secretpass"
}
'Verify the password for a password-protected external job link. No authentication required.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/externalVerifyPassword \
--header 'Content-Type: application/json' \
--data '
{
"job_id": 2589,
"password": "secretpass"
}
'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.