Skip to main content
GET
/
partner
/
firstDealAIFeedbackNotification
/
{job_id}
Send first deal AI feedback notification
curl --request GET \
  --url http://localhost/mogl/mogl-backend/api/partner/firstDealAIFeedbackNotification/{job_id}
{
  "status": "error",
  "message": "No notification sent"
}

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.

Path Parameters

job_id
integer
required
Example:

1

Response

200 - application/json

Notification sent or empty on success

status
string
Example:

"error"

message
string
Example:

"No notification sent"