curl --request POST \
--url http://localhost/mogl/mogl-backend/api/sendInAppNotificationRequest \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"template": "in_app_job_update",
"replace_data": [],
"receiver": 1
}
'{
"status": "success",
"message": "In-app notification sent successfully."
}Called by internal services/Lambda to push an in-app notification to a user.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/sendInAppNotificationRequest \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"template": "in_app_job_update",
"replace_data": [],
"receiver": 1
}
'{
"status": "success",
"message": "In-app notification sent successfully."
}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.
Server-to-Server API Key for internal/lambda/cron calls