Skip to main content
GET
/
all
/
stores
Get All Stores for a client
curl --request GET \
  --url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/all/stores
{
  "total": 123,
  "page": 123,
  "perPage": 123,
  "results": [
    "<unknown>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://help.aasaan.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

page
number

Current Page

perPage
integer

Number of categories per page

Response

Simplified store information retrieved in a paginated format.

total
number

Total number of records

page
number

Page Number

perPage
number

No of records per page

results
any[]