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

Body

application/json
page
integer
Example:

1

limit
integer
Example:

10

brand_id
integer

Filter to single brand

Example:

1

from
string

Source (ios or web)

Example:

"web"

Response

200

Brand directory