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

Query Parameters

page
number

Current Page

perPage
integer

Number of categories per page

Response

201
application/json

Simplified store information retrieved in a paginated format.

The response is of type object.