GET
/
{storeId}
/
brands
curl --request GET \
  --url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/brands
{
  "total": 123,
  "page": 123,
  "perPage": 123,
  "results": [
    "<any>"
  ]
}

Path Parameters

storeId
string
required

Store ID for this resource request

Query Parameters

page
number

Current Page

perPage
integer

Number of brands per page

Response

200 - application/json
total
number

Total number of records

page
number

Page Number

perPage
number

No of records per page

results
any[]