Endpoints
Explore all of hushh Fashion API's endpoints
Endpoints
Endpoints
/get_brands
Fetch all brands
Request Body
Name
Type
Description
Sample Response
{
"status": 1,
"message": "Success",
"data": [
{
"_id": "b103d3fd252c0f65841499309b1f088357b7fa74",
"brand_name": "Moet & Chandon",
"logo": "https://firebasestorage.googleapis.com/v0/b/hushone-app.appspot.com/o/wallet_brand_banners%2FMC-BrandLogo-RGB-Gradient-Black.png?alt=media&token=387792ac-ad87-4dfe-a071-8f548fd73b1b"
},
{
"_id": "b103d3fd252c0f65841499309b1f088357b7fa75",
"brand_name": "Pucci",
"logo": "https://firebasestorage.googleapis.com/v0/b/hushone-app.appspot.com/o/New_wallet_design%2FpucciLogo.png?alt=media&token=00fd8ea9-ca7d-4fe5-9422-0a4125b7eed3"
}
]
/request_brand_access
Get developer access to a brand
Request Body
Name
Type
Description
Sample Response
/get_user_brand_list
Brand cards downloaded by a user
Request Body
Name
Type
Description
Sample Response
/get_user_brand_card
Brand card information for a user
Request Body
Name
Type
Description
Sample Response
Last updated