Endpoints
Explore all of hushh Fashion API's endpoints
Fetch all brands with hushh
Access developer brand access
Get all cards downloaded by each user
Specific card information for a user
Endpoints
/get_brands
Fetch all brands
GET
https://hushhdevenv.hushh.ai/dev/v1/api/get_brands
Get all fashion brands working with Hushh.
Request Body
nil.
nil.
nil.
Sample Response
Note: Only 2 brands are attached in the response due to size; this endpoint will return more than 120 brands
/request_brand_access
Get developer access to a brand
POST
https://hushhdevenv.hushh.ai/dev/v1/api/request_brand_access
Obtain developer access to a brand to obtain sensitive brand-specific information post-brand approval.
Request Body
email*
string
Developer's email
access_type*
string
Type of access
brand*
string
Brand ID
Sample Response
/get_user_brand_list
Brand cards downloaded by a user
POST
https://hushhdevenv.hushh.ai/dev/v1/api/get_user_brand_list
Obtain all the brand cards downloaded by a user
Request Body
email*
string
User email
Sample Response
/get_user_brand_card
Brand card information for a user
POST
https://hushhdevenv.hushh.ai/dev/v1/api/get_user_brand_card
Obtain all brand information such as brand preferences for a user
Request Body
email*
string
User email
brand_id*
string
Brand ID
Sample Response
Note: We are currently working on expanding our Fashion API functionality
Last updated