documenter.getpostman.com Open in urlscan Pro
2606:4700:4400::ac40:9a6a  Public Scan

Submitted URL: https://api.bzzo.ae/
Effective URL: https://documenter.getpostman.com/view/33421490/2sA3kSnhvW
Submission: On July 19 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

 * Body
 * Headers (9)

 * Body
 * Headers (8)

 * Body
 * Headers (8)




Public


Documentation Settings

ENVIRONMENT
No Environment

LAYOUT
Double Column

LANGUAGE
cURL - cURL



Ecommerce API AE
Introduction
Banner
Brand
Cart
Category
Product
Size
Color


ECOMMERCE API AE


API FOR UI/UX DESIGNERS TO SUBMIT AND MONETIZE THEIR E-COMMERCE WEBSITE AND
MOBILE APP DESIGNS

FOR CREATIVE UI/UX DESIGNERS AIMING TO MONETIZE THEIR SKILLS, THE DIGITAL
MARKETPLACE OFFERS ABUNDANT OPPORTUNITIES, ESPECIALLY FOR THOSE PROFICIENT IN
NEXT.JS, ANDROID KOTLIN, AND IOS SWIFTUI.

SUBMIT YOUR DESIGN AT HELLO@MARCAMONACI.COM.

GETTING STARTED

Follow below given steps to get started:

Server url

   

 * https://food.bzzo.ae

   

 * https://electronics.bzzo.ae

   

 * https://jwellery.bzzo.ae

   

 * https://fashion.bzzo.ae

   

 * https://multistore.bzzo.ae

   

Server Backend url

   

 * https://food.bzzo.ae/back/login

   

 * https://electronics.bzzo.ae/back/login

   

 * https://jwellery.bzzo.ae/back/login

   

 * https://fashion.bzzo.ae/back/login

   

 * https://multistore.bzzo.ae/back/login

   

Backend Credentials

Username Password demo password


BANNER




GETGET ALL BANNERS

{{serverurl}}/api/appapi/banner/getallbanners

Use this API endpoint to get all banners

Example Request
Success

curl


curl --location -g '{{serverurl}}/api/appapi/banner/getallbanners'

200 OK
Example Response
 * Body
 * Headers (9)

View More
json


[
  {
    "bannertype": 0,
    "bannerimage": "398befc5ee434eee9174e2d1e74edb3e.jpg",
    "bannerimagemobile": "ba4638e936ee4d89b4317fb1337bd538.jpg"
  },
  {
    "bannertype": 1,
    "bannerimage": "bff995beb80a4982ba1cb97ead3438ea.jpg",
    "bannerimagemobile": "cac5225916a84795a4d85f4ca26c00b7.jpg",
    "categoryid": 13,
    "categoryname": "Bracelet stack"
  },
  {
    "bannertype": 1,
    "bannerimage": "66261b83afef4b9da14b553f837ccff0.jpg",
    "bannerimagemobile": "a66c4657d58f42d492f3d5a929a1bc73.jpg",
    "categoryid": 11,
    "categoryname": "Silver Plus Moissanite"
  },
  {
    "bannertype": 0,
    "bannerimage": "c4de8828812f46baa713dcbacd4170ce.jpg",
    "bannerimagemobile": "0db7000631954a99bc274abc051ed067.jpg"
  }
]

Server

nginx/1.25.3

Date

Fri, 08 Mar 2024 12:25:29 GMT

Content-Type

application/json; charset=utf-8

Transfer-Encoding

chunked

Connection

keep-alive

Vary

Accept-Encoding

Vary

Accept-Encoding

ETag

W/"mk0wf7divlh9"

Content-Encoding

gzip

BRAND




GETGET ALL BRANDS BY LIMIT

{{serverurl}}/api/appapi/brand/getbrandsbylimit

Parameter Sample Value limit 10

Bodyformdata
limit

10

Example Request
Get all Brands by Limit

curl


curl --location -g --request GET '{{serverurl}}/api/appapi/brand/getbrandsbylimit' \
--form 'limit="10"'

200 OK
Example Response
 * Body
 * Headers (8)

View More
json


[
  {
    "_id": "64c8a754913ae216de4f89ed",
    "brandid": 1,
    "brandname": "Epson",
    "brandimage": "7a31f64c56dc42c29698df24063252e0.jpg",
    "sort": 1
  },
  {
    "_id": "64e0b8c2c8578d47056212cb",
    "brandid": 42,
    "brandname": "D LINK",
    "brandimage": "1904484d1134413db40af6a248edd43e.jpg",
    "sort": 1
  },
  {
    "_id": "64cb8609a3297c4e50d00f90",
    "brandid": 19,
    "brandname": "Creative",
    "brandimage": "db98d0ee7e6c4d00bd0f4b15a5672b9a.jpg",
    "sort": 1
  },
  {
    "_id": "64cb862aa3297c4e50d00f91",
    "brandid": 20,
    "brandname": "Boat",
    "brandimage": "97ee9104621547658916877f74e1d630.jpg",
    "sort": 1
  },
  {
    "_id": "64cb511ca3297c4e50d00f66",
    "brandid": 2,
    "brandname": "Brother",
    "brandimage": "b782faff1929440c9b73fb3f41d8fbac.jpg",
    "sort": 2
  },
  {
    "_id": "64cb91b8a3297c4e50d00f94",
    "brandid": 23,
    "brandname": "zook",
    "brandimage": "b54a9842f4c24735aeb21c8191d54c98.jpg",
    "sort": 2
  },
  {
    "_id": "64cb926aa3297c4e50d00f9a",
    "brandid": 29,
    "brandname": "tvs",
    "brandimage": "bb5d9bfbdce249eebaf3bda642925116.jpg",
    "sort": 3
  },
  {
    "_id": "64cb5139a3297c4e50d00f67",
    "brandid": 3,
    "brandname": "Canon",
    "brandimage": "6ebc7629755342309eae110113e42b11.jpg",
    "sort": 3
  },
  {
    "_id": "64cb9283a3297c4e50d00f9b",
    "brandid": 30,
    "brandname": "Punta",
    "brandimage": "2a1704a8fdb943d3bb9f6fb879fb95bc.jpg",
    "sort": 4
  },
  {
    "_id": "64cb514ca3297c4e50d00f68",
    "brandid": 4,
    "brandname": "HP",
    "brandimage": "11215072c4ba416688bdfd9d5bb10d3f.jpg",
    "sort": 4
  }
]

Server

nginx/1.25.3

Date

Fri, 08 Mar 2024 13:13:13 GMT

Content-Type

application/json; charset=utf-8

Transfer-Encoding

chunked

Connection

keep-alive

ETag

"2lvmf6ba9xzq"

Vary

Accept-Encoding

Content-Encoding

gzip


GETGET ALL BRANDS BY PAGE

{{serverurl}}/api/appapi/brand/getbrandsbypage
Bodyformdata
pageno

1

Example Request
Get all Brands by page

curl


curl --location -g --request GET '{{serverurl}}/api/appapi/brand/getbrandsbypage' \
--form 'pageno="1"'

200 OK
Example Response
 * Body
 * Headers (8)

View More
json


[
  {
    "_id": "64cb862aa3297c4e50d00f91",
    "brandid": 20,
    "brandname": "Boat",
    "brandimage": "97ee9104621547658916877f74e1d630.jpg",
    "sort": 1
  },
  {
    "_id": "64cb8609a3297c4e50d00f90",
    "brandid": 19,
    "brandname": "Creative",
    "brandimage": "db98d0ee7e6c4d00bd0f4b15a5672b9a.jpg",
    "sort": 1
  },
  {
    "_id": "64c8a754913ae216de4f89ed",
    "brandid": 1,
    "brandname": "Epson",
    "brandimage": "7a31f64c56dc42c29698df24063252e0.jpg",
    "sort": 1
  },
  {
    "_id": "64e0b8c2c8578d47056212cb",
    "brandid": 42,
    "brandname": "D LINK",
    "brandimage": "1904484d1134413db40af6a248edd43e.jpg",
    "sort": 1
  },
  {
    "_id": "64cb91b8a3297c4e50d00f94",
    "brandid": 23,
    "brandname": "zook",
    "brandimage": "b54a9842f4c24735aeb21c8191d54c98.jpg",
    "sort": 2
  },
  {
    "_id": "64cb511ca3297c4e50d00f66",
    "brandid": 2,
    "brandname": "Brother",
    "brandimage": "b782faff1929440c9b73fb3f41d8fbac.jpg",
    "sort": 2
  },
  {
    "_id": "64cb926aa3297c4e50d00f9a",
    "brandid": 29,
    "brandname": "tvs",
    "brandimage": "bb5d9bfbdce249eebaf3bda642925116.jpg",
    "sort": 3
  },
  {
    "_id": "64cb5139a3297c4e50d00f67",
    "brandid": 3,
    "brandname": "Canon",
    "brandimage": "6ebc7629755342309eae110113e42b11.jpg",
    "sort": 3
  },
  {
    "_id": "64cb95a2a3297c4e50d00fa1",
    "brandid": 36,
    "brandname": "Lexar",
    "brandimage": "8cb64cfba8ad46e788977125a55af0c2.jpg",
    "sort": 4
  },
  {
    "_id": "64cb85f0a3297c4e50d00f8f",
    "brandid": 18,
    "brandname": "Daichi",
    "brandimage": "d333976650af45e3a7330fc625932cea.jpg",
    "sort": 4
  },
  {
    "_id": "64cb514ca3297c4e50d00f68",
    "brandid": 4,
    "brandname": "HP",
    "brandimage": "11215072c4ba416688bdfd9d5bb10d3f.jpg",
    "sort": 4
  },
  {
    "_id": "64cb958da3297c4e50d00fa0",
    "brandid": 35,
    "brandname": "Kioxia",
    "brandimage": "a2e96ba8fbc54941ba4913fe8176cafd.jpg",
    "sort": 4
  },
  {
    "_id": "64cb9283a3297c4e50d00f9b",
    "brandid": 30,
    "brandname": "Punta",
    "brandimage": "2a1704a8fdb943d3bb9f6fb879fb95bc.jpg",
    "sort": 4
  },
  {
    "_id": "64cb91cfa3297c4e50d00f95",
    "brandid": 24,
    "brandname": "Lenovo",
    "brandimage": "a9c7d4d27f024c69bffc15e338580ccb.jpg",
    "sort": 5
  },
  {
    "_id": "64cb8596a3297c4e50d00f8d",
    "brandid": 16,
    "brandname": "Leerfei",
    "brandimage": "6bf37a99ab884118a5c2d339419fc332.jpg",
    "sort": 5
  },
  {
    "_id": "64cbaec3a3297c4e50d00fa2",
    "brandid": 37,
    "brandname": "Syrotech",
    "brandimage": "1099cb726d2d48e3841ae903263d079d.jpg",
    "sort": 5
  },
  {
    "_id": "64cb929aa3297c4e50d00f9c",
    "brandid": 31,
    "brandname": "Prodot",
    "brandimage": "b929628d9b11406497f9c76085b722a7.jpg",
    "sort": 5
  },
  {
    "_id": "64cb83ffa3297c4e50d00f82",
    "brandid": 5,
    "brandname": "Foxin",
    "brandimage": "0e25aec73e494b878b8161929d144da4.jpg",
    "sort": 5,
    "description": "<p><br></p>"
  },
  {
    "_id": "64cbaef1a3297c4e50d00fa4",
    "brandid": 39,
    "brandname": "Cofe",
    "brandimage": "22191969dd0541df85843fc7d474fb81.jpg",
    "sort": 5
  },
  {
    "_id": "64cbaedba3297c4e50d00fa3",
    "brandid": 38,
    "brandname": "Netgear",
    "brandimage": "e02afab12bbf4e028f068caf6e6dc2b9.jpg",
    "sort": 5
  }
]

Server

nginx/1.25.3

Date

Fri, 08 Mar 2024 13:14:09 GMT

Content-Type

application/json; charset=utf-8

Transfer-Encoding

chunked

Connection

keep-alive

ETag

"15f9v4uj2k620l"

Vary

Accept-Encoding

Content-Encoding

gzip

CART