Skip to main content
POST
/
externalVerifyPassword
Verify external job link password
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.

Body

application/json
job_id
integer
required

Job ID for the external link

Example:

2589

password
string
required

Password for the external link

Example:

"secretpass"

Response

200

Password verified