Skip to main content
POST
/
public-web-deals
Get public web deals (fetches a single job by ID, no pagination)
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/public-web-deals \
  --header 'Content-Type: application/json' \
  --data '{
  "job_id": 1
}'

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

Job ID to fetch

Example:

1

Response

200

Public deal data