Skip to main content
POST
/
brand-jobs-directory
Get brand jobs directory
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/brand-jobs-directory \
  --header 'Content-Type: application/json' \
  --data '
{
  "brand_id": 1,
  "page": 1,
  "limit": 10,
  "from": "web"
}
'

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
brand_id
integer

Brand ID (required, encoded)

Example:

1

page
integer
Example:

1

limit
integer
Example:

10

from
string

Source (ios or web)

Example:

"web"

Response

200

Brand jobs directory