Skip to main content
GET
/
assignFreePlanToAllBrand
Assign free plan to all brands (cron)
curl --request GET \
  --url http://localhost/mogl/mogl-backend/api/assignFreePlanToAllBrand \
  --header 'X-API-KEY: <api-key>'
{
  "status": "success",
  "message": "Free plans assigned 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.

Authorizations

X-API-KEY
string
header
required

Server-to-Server API Key for internal/lambda/cron calls

Response

200 - application/json

Free plans assigned

status
string
Example:

"success"

message
string
Example:

"Free plans assigned successfully."